Files
inp2025/types/types.go
2025-09-09 15:36:23 +08:00

6 lines
37 B
Go

package types
type (
User string
)