This is the Introduction of our Golang Project we called it the "Gokopy" it's a very lightweight backup files software written in pure Go and it uses the "Command-Line Interface" CLI and capable of running as a Windows Service to backup your files without hassles and ease out the burdens of an expensive backup files software for your personal use and can save your money.
I will guide you along the way for this Golang project and we built it from scratch to finish, so stay tuned for more tutorials series in the next coming days ahead.
#MaharlikansCode
#GettingStartedWithGolang
#Golang
#Gokopy
#LearnGoProgrammingLanguage
#GolangProgrammingLanguage
#LifeAsSoftwareDeveloper
#Maharlikans
#FilipinoSoftwareDeveloper
#VisualStudioCode
If you go with extra mile for buying me a cup of coffee, I appreciate it guys: https://ko-fi.com/maharlikanscode
Download Go: https://golang.org/
Golang Playground for Developers: https://play.golang.org/
Download Visual Studio Code: https://code.visualstudio.com/
Basic Golang main.go codes:
package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}
It will print: Hello World!