You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package main
import (
"log"
)
funcmain() {
log.Println("hello")
}
want get log output bug get panic
root@be00d9b1c2c9:~/llgo/chore/_xtool/llcppsymg/bb# go run .
2024/10/23 03:27:47 hello
root@be00d9b1c2c9:~/llgo/chore/_xtool/llcppsymg/bb# llgo run .
panic: runtime error: invalid memory address or nil pointer dereference
on mac is normally
chore/_xtool/bb on llcppsigfetch/refine [$!?] via 🐹 v1.20.4 took 7s
❯ go run .
2024/10/23 11:30:07 hello
(base)
chore/_xtool/bb on llcppsigfetch/refine [$!?] via 🐹 v1.20.4
❯ llgo run .
2024/10/23 11:30:17 hello
env
root@be00d9b1c2c9:~/llgo/chore/_xtool/llcppsymg/bb# uname -a
Linux be00d9b1c2c9 6.6.26-linuxkit #1 SMP Sat Apr 27 04:13:19 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
The text was updated successfully, but these errors were encountered:
want get log output bug get panic
on mac is normally
env
The text was updated successfully, but these errors were encountered: