-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
// refer: https://github.com/golang/go/issues/64739
type country struct{string}
type Country struct{}
func(c Country) Australia() country {...}
func(c Country) Canada() country {...}
func(c Country) China() country {...}
func(c Country) England() country {...}
func(c Country) France() country {...}
func(c Country) Germany() country {...}
func(c Country) Japan() country {...}
func(c Country) Mexico() country {...}
func(c Country) Morocco() country {...}
func(c Country) Zimbabwe() country {...}
// ... Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels