This website works better with JavaScript.
Explore
Help
Sign In
aziis98
/
go-vite-kit
mirror of
https://github.com/aziis98/go-vite-kit
Watch
1
Star
2
Fork
You've already forked go-vite-kit
0
Code
Issues
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
go-vite-kit
/
backend
/
database
/
mem.go
7 lines
90 B
Go
Raw
Permalink
Blame
History
package
database
type
memDB
struct
{
}
func
NewInMemoryDB
(
)
Database
{
return
&
memDB
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink