编译报错
#101
Replies: 2 comments 6 replies
-
方便的话,在代码main.go里断点下,看看是哪一步的错误 |
Beta Was this translation helpful? Give feedback.
5 replies
-
配置文件处理除了没有添加。 ldap用户OU和平台标识以外都和本地一样的 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
执行go run main.go之后出现一下错误
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x48 pc=0xc3a611]
然后exit status 2
Beta Was this translation helpful? Give feedback.
All reactions