This commit is contained in:
Mark McGranaghan 2012-09-20 20:22:28 -07:00
parent d6b22926f8
commit 67c7a30b0f
3 changed files with 2 additions and 13 deletions

View File

@ -1,8 +1,4 @@
// Hello World
// Here's an example Go program.
package main
package main // Here's an example Go program.
import "fmt"

View File

@ -1,10 +1,5 @@
// Vaules
// Go has various value types, including strings,
package main // Go has various value types, including strings,
// different types of numbers, booleans, etc.
package main
import "fmt"
func main() {

View File

@ -1,5 +1,3 @@
// Variables
package main
import "fmt"