repository
0.0.0-20220920150257-dabffc7248cc
Repository: https://github.com/bad-logic/golang.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
GOLANG (GO)
build executable file => go build <filename.go>
run executable file => ./filename
build+run but doesnot create executable file => go run <filename.go>
command line command for document
go doc <package_name>
go doc <package_name.function_name>
Packages:
go mod init <package_name>