Sign in
vanadium
/
release.go.x.ref
/
b67ba240a6b2e0bc920600c07442fadf8945be78
/
.
/
examples
/
stfortune
/
schema
/
init.go
blob: 07af8783063743d86935cfb7b76037ef096798cc [
file
] [
log
] [
blame
]
package schema
import (
"veyron2/vom"
)
func init() {
vom.Register(&FortuneData{})
vom.Register(&User{})
}