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

moved server to separate repo

This commit is contained in:
2016-08-28 19:21:54 -05:00
parent 1c224f95ab
commit 29448c29a8
13 changed files with 2 additions and 796 deletions

View File

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