whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"runtime"
|
||||
)
|
||||
|
||||
func main() {
|
||||
x, y := os.LookupEnv("SOMEVAR")
|
||||
runtime.Breakpoint()
|
||||
fmt.Printf("SOMEVAR=%s\n%v", x, y)
|
||||
}
|
||||
Reference in New Issue
Block a user