Jelajahi Sumber

Update hello.go

bad import
John Asmuth 12 tahun lalu
induk
melakukan
009ee379dc
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      go/hello.go

+ 0 - 1
go/hello.go

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