Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 998 Bytes

readme.md

File metadata and controls

30 lines (19 loc) · 998 Bytes

The Go Programming Language

STATIC Programming Language

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Gopher image Gopher image by [Renee French][rf], licensed under [Creative Commons 3.0 Attributions license][cc3-by].

Credentials of Go

  • Google
  • Rob Pike : Unix, UTF-8
  • Robert Griesemer: Studied under the creator of Pascal
  • Ken Thompson: Solely responsible for designing and implementing the original Unix operating system invented the B programming language, the direct predecessor to the C programming language. Also helped invent the C programming language.

Document Page and Resources

Go Printf
Language
Go Docs
Workspaces

Commands for go

Run from the root directory to reformate your code go fmt ./...