瀏覽代碼

Update hello.go

bad import
John Asmuth 12 年之前
父節點
當前提交
009ee379dc
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      go/hello.go

+ 0 - 1
go/hello.go

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