فهرست منبع

Update TravisCI to use Go 1.2.

Also fix a comment typo in doc.go under the custom formatter section.
Dave Collins 12 سال پیش
والد
کامیت
110c37a4d1
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .travis.yml
  2. 1 1
      spew/doc.go

+ 1 - 1
.travis.yml

@@ -1,2 +1,2 @@
 language: go
-go: 1.1
+go: 1.2

+ 1 - 1
spew/doc.go

@@ -143,7 +143,7 @@ command as shown.
 
 Custom Formatter
 
-Spew provides a custom formatter the implements the fmt.Formatter interface
+Spew provides a custom formatter that implements the fmt.Formatter interface
 so that it integrates cleanly with standard fmt package printing functions. The
 formatter is useful for inline printing of smaller data types similar to the
 standard %v format specifier.