diff options
Diffstat (limited to 'test/chan/select5.go')
-rw-r--r-- | test/chan/select5.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chan/select5.go b/test/chan/select5.go index 607182167..cc2cc7100 100644 --- a/test/chan/select5.go +++ b/test/chan/select5.go @@ -18,7 +18,7 @@ import ( "fmt" "io" "os" - "template" + "text/template" ) func main() { |