Go (golang) Tutorials - Go Tools

Published: 13 March 2018
on channel: Ambasoft Java
810
10

#golang #go #tools

Go Tools - gofmt, godoc
----------
1. go clean - Used to keep the current source code directory clean and tidy from binaries
2. go run - shortcut with combination of the following 3 go commands
1. Go build cleandemo.go - compilation
2. ./cleandemo - execute
3. go clean - clean the binaries
3. go vet - Capable to catch implementation and functional errors.
4. go build
1. Go build with a .go source file as a command line argument, will generate a binary with the same name as the .go file
2. Go build without a command line argument, will generate a binary in the name of the package containing the go command (go source with main package and main function)


Watch video Go (golang) Tutorials - Go Tools online, duration hours minute second in high quality that is uploaded to the channel Ambasoft Java 13 March 2018. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 810 times and liked it 10 visitors.