/GoLang-101

Go is an expressive, clean, and efficient programming language. Try it!

Primary LanguageGo

GoLang 101

  1. Create from scratch

    • Create a folder, for example test
    • Open terminal on test then create a go module: $ go mod init test123
    • create a go file (.go)
    • run the code: $ go run . or $ go run filename.go
  2. Create from clone

    • clone repo: $ git clone https://github.com/LintangWisesa/GoLang-101.git
    • Initiate go module: $ go mod init GoLang-101

Lintang Wisesa 💌 lintangwisesa@ymail.com

Facebook | Twitter | Google+ | Youtube | :octocat: GitHub | Hackster