whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"runtime"
|
||||
)
|
||||
|
||||
func main() {
|
||||
dyldenv := os.Getenv("DYLD_LIBRARY_PATH")
|
||||
runtime.Breakpoint()
|
||||
fmt.Println(dyldenv)
|
||||
}
|
||||
Reference in New Issue
Block a user