some tweaks

This commit is contained in:
Mark McGranaghan 2012-09-20 19:42:49 -07:00
parent 727567971c
commit 846892538e
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// Hello World
// Here's an example Go program.
package main

View File

@ -1,3 +1,5 @@
// Vaules
// Go has various value types, including strings,
// different types of numbers, booleans, etc.

View File

@ -1,4 +1,4 @@
// # Variables
// Variables
package main