diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2011-07-23 21:03:44 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2011-07-23 21:03:44 +0400 |
commit | 0110723fb85704629f1b5371f42b55fd0e6433d6 (patch) | |
tree | 40d5e9ad34488ea496062b36c128b829ff6ce82f | |
parent | 82a49b27ea3839ecccf503d8df428d982d9c3a57 (diff) | |
download | gcd-0110723fb85704629f1b5371f42b55fd0e6433d6.tar.gz |
Typo
-rw-r--r-- | gcd.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ package main -// Both Google Go and GCC issues an error "imported and not used", +// Both Google Go and GCC issue an error "imported and not used", // if imported and not used :-) import "fmt" import "flag" |