Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on Golang
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The package main tells the Go compiler that 
the package should compile as an executable program instead of a shared library. 
The main function in the main package is the entry point of the program.
Hands on the filepath Library in Golang
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Get Hardware Information in Golang
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Get the Type of OS in Golang
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Get Directory Information in Golang
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!