瀏覽代碼

Remove unused type.

INADA Naoki 11 年之前
父節點
當前提交
69978c0cf9
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      gin/hello.go

+ 0 - 4
gin/hello.go

@@ -24,10 +24,6 @@ const (
 	maxConnectionCount = 256
 )
 
-type Message struct {
-	Message string `json:"message"`
-}
-
 type World struct {
 	Id           uint16 `json:"id"`
 	RandomNumber uint16 `json:"randomNumber"`