parent
ff8a111f49
commit
3f3d4ab529
3 changed files with 14 additions and 0 deletions
@ -0,0 +1 @@ |
||||
package database |
@ -0,0 +1,9 @@ |
||||
package main |
||||
|
||||
|
||||
//Let's get started!
|
||||
func main() { |
||||
|
||||
|
||||
|
||||
} |
@ -0,0 +1,4 @@ |
||||
package web |
||||
|
||||
|
||||
//This is where the web user interface will go... whenever I eventually get to that
|
Loading…
Reference in new issue