golang_tour

command module
v0.0.0-...-f56c45e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2014 License: MIT Imports: 8 Imported by: 0

README

A tutorial for GoLang

Install

because PPA or apt-get is shit, use this instead

https://godeb.s3.amazonaws.com/godeb-amd64.tar.gz

curl "https://godeb.s3.amazonaws.com/godeb-386.tar.gz" | tar -zxvf - sudo chmod a+x godeb

Mistakes

buf := [512]byte

syntax error: unexpected semicolon or newline, expecting {

corret use:

buf := make([]byte, 512)
var buf [512]byte

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL