Ver código fonte

Update hello.go

bad import
John Asmuth 12 anos atrás
pai
commit
009ee379dc
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      go/hello.go

+ 0 - 1
go/hello.go

@@ -2,7 +2,6 @@ package main
 
 import (
 	"encoding/json"
-	"fmt"
 	"net/http"
 	"runtime"
 )