- Getting the package
- go get {package name}
- example go get golang.org/x/crypto/bcrypt
- go get {package name}
- Running
- go run main.go
- go build main.go
- go clean
- running test :
- go test -v
- go test -bench .
- Go doc locally
- godoc -http=:8080
basfl/golang
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|