Skip to content

basfl/golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Getting the package
    • go get {package name}
      • example go get golang.org/x/crypto/bcrypt
  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages