Parcourir la source

Update hello.go

bad import
John Asmuth il y a 12 ans
Parent
commit
009ee379dc
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      go/hello.go

+ 0 - 1
go/hello.go

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