Pinned Loading
-
golang tips
golang tips 1## check file permission bits
2```
3// executable
4if stat, err := os.Stat(filename); err != nil {
5panic(err)
-
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.