package main import ( db "sanine.net/git/phlox/db" ) func main() { db.HelloWorld() }