diff options
Diffstat (limited to 'doc/devel/weekly.html')
-rw-r--r-- | doc/devel/weekly.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/devel/weekly.html b/doc/devel/weekly.html index f8d3ec6dd..c22064258 100644 --- a/doc/devel/weekly.html +++ b/doc/devel/weekly.html @@ -2035,7 +2035,7 @@ Other changes: * spec: define order of multiple assignment. * syscall/windows: dll function load and calling changes (thanks Alex Brainman). * syscall: add #ifdefs to fix the manual corrections in ztypes_linux_arm.go (thanks Dave Cheney), - adjust Mount to accomodate stricter FS implementations. + adjust Mount to accommodate stricter FS implementations. * testing: fix time reported for failing tests. * utf8: add Valid and ValidString. * websocket: tweak hybi ReadHandshake to support Firefox (thanks Luca Greco). @@ -4362,7 +4362,7 @@ The print/println bootstrapping functions now write to standard error. To write to standard output, use fmt.Print[ln]. A new tool, govet, has been added to the Go distribution. Govet is a static -checker for Go programs. At the moment, and for the forseeable future, +checker for Go programs. At the moment, and for the foreseeable future, it only checks arguments to print calls. The cgo tool for writing Go bindings for C code has changed so that it no |