소스 검색

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