Parcourir la source

Remove unused type.

INADA Naoki il y a 11 ans
Parent
commit
69978c0cf9
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  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"`