Skip to content

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

About

Learning to Learn

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages