M gnu/packages/golang.scm => gnu/packages/golang.scm +0 -7
@@ 300,13 300,6 @@ sequential processes (CSP) concurrent programming features added.")
(substitute* "../misc/cgo/testcarchive/carchive_test.go"
(("#!/usr/bin/env") (string-append "#!" (which "env"))))
- ;; Escape braces in test data to workaround test failure. For
- ;; more information:
- ;; https://github.com/golang/go/issues/20007
- ;; FIXME: remove this once we upgrade to 1.9
- (substitute* "cmd/vet/testdata/copylock_func.go"
- (("struct\\{lock sync.Mutex\\}") "struct\\{lock sync.Mutex\\}"))
-
(substitute* "net/lookup_unix.go"
(("/etc/protocols") (string-append net-base "/etc/protocols")))
(substitute* "net/port_unix.go"