1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

merging back into one repo - not going to host on app engine - google won't allow me to connect to external database

This commit is contained in:
2016-08-28 22:40:30 -05:00
parent 29448c29a8
commit 93464d9a66
11 changed files with 803 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package api
import ()
var Api ApiInfo
type ApiInfo struct {
Key string `json:"key"`
}
func Configure(a ApiInfo) {
Api = a
}