Skip to main content
git.secluded.site
Repositories
About
codies
Yet another Codenames website
README
Files
Commits
Branches
Tags
codies
e69ffba
helpers.go
helpers.go
View raw
1
package
main
2
3
func
stringPtr
(
s
string
)
*
string
{
4
return
&
s
5
}