twitch-clone/pkg/models/errors.go
2022-09-23 21:37:00 +02:00

6 lines
71 B
Go

package models
type BaseError struct {
Message string `json:"msg"`
}