whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"runtime"
|
||||
)
|
||||
|
||||
func callme() {
|
||||
fmt.Println("hi")
|
||||
}
|
||||
|
||||
func main() {
|
||||
runtime.Breakpoint()
|
||||
callme()
|
||||
}
|
||||
Reference in New Issue
Block a user