Bläddra i källkod

Remove unused type.

INADA Naoki 11 år sedan
förälder
incheckning
69978c0cf9
1 ändrade filer med 0 tillägg och 4 borttagningar
  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"`