Files
inp2025/types/types.go
2025-09-10 02:53:48 +08:00

9 lines
74 B
Go

package types
import "time"
type (
TickMsg time.Time
User string
)