update: shy semicolons exercise

This commit is contained in:
Inanc Gumus
2019-02-13 12:06:17 +03:00
committed by GitHub
parent c24abcafc5
commit dddf96b67a

View File

@ -10,7 +10,8 @@ package main
func main() {
// Uncomment the line of code below; then save the file.
//
// You will see that Go will fix it automatically.
// You will see that Gofmt tool will format your code automatically.
// https://golang.org/cmd/gofmt/
//
// This is because, for Go, it doesn't matter whether
// you use semicolons between the statements or not.