This website requires JavaScript.
Explore
Help
Register
Sign In
bel
/
out
Watch
1
Star
0
Fork
You've already forked out
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f40fdd60da
out
/
cmd
/
server
/
games.go
10 lines
97 B
Go
Raw
Blame
History
package
main
type
Games
struct
{
db
DB
}
func
NewGames
(
db
DB
)
Games
{
return
Games
{
db
:
db
}
}
Reference in New Issue
View Git Blame
Copy Permalink