shorten. ref #27

This commit is contained in:
Mark McGranaghan 2012-11-05 11:01:52 -08:00
parent b5341ac98d
commit 8f52d0dec9

View File

@ -5,7 +5,7 @@ package main
import "fmt"
// Use `const` to declare a constant value.
// `const` declares a constant value.
const s string = "constant"
func main() {