portfolio/types/userTypes.go

6 lines
53 B
Go
Raw Normal View History

2024-03-13 15:54:09 +01:00
package types
type Username struct {
Name string
}