diff options
-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" |