Explorar el Código

Update hello.go

bad import
John Asmuth hace 12 años
padre
commit
009ee379dc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      go/hello.go

+ 0 - 1
go/hello.go

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