Explorar o código

Remove unused type.

INADA Naoki %!s(int64=11) %!d(string=hai) anos
pai
achega
69978c0cf9
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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"`