ソースを参照

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"
 )