This website works better with JavaScript.
Explore
Help
Sign In
phc
/
storage
Watch
6
Star
1
Fork
You've already forked storage
0
Code
Issues
Pull Requests
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.
8d16099c10
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8d16099c10'
${ noResults }
storage
/
database
/
mem.go
7 lines
90 B
Go
Raw
Blame
History
package
database
type
memDB
struct
{
}
func
NewInMemoryDB
(
)
Database
{
return
&
memDB
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink