mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2025-04-06 14:43:35 +03:00
demo on how to output string
This commit is contained in:
parent
fc102d573f
commit
df6196b7a1
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ var feedLockLinkTypes = [...]string{
|
|||
func (f FeedLockLinkType) String() string { return feedLockLinkTypes[f] }
|
||||
|
||||
func main() {
|
||||
test := FeedLockLinkType(Racing)
|
||||
test := FeedLockLinkType(Racing).String()
|
||||
spew.Dump(test)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue