Fixed spelling of import
diff --git a/Go1point1Gotchas.md b/Go1point1Gotchas.md index c210f3c..542988f 100644 --- a/Go1point1Gotchas.md +++ b/Go1point1Gotchas.md
@@ -112,4 +112,4 @@ making your "go" package unusable. Please read [How to write Go code](http://golang.org/doc/code.html) for more -details about importh paths. \ No newline at end of file +details about import paths. \ No newline at end of file