Skip to content

psds01/go_by_examples

Repository files navigation

go by examples

mostly copied from https://gobyexample.com/

  1. How to run from a .go file:

    1. go run hello_world.go
  2. Build and run:

    1. go build hello_world.go
    2. ./hello_world

Releases

No releases published

Packages

No packages published

Languages