package main import ( "git.nicholasnovak.io/nnovak/spatial-db/storage" ) func main() { server := storage.SimpleServer{} _ = server }