gondole.go
changeset 7 0fbbac6d8e8c
child 12 4f58e9f1e2bc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gondole.go	Wed Apr 05 15:11:22 2017 +0200
@@ -0,0 +1,13 @@
+package gondole
+
+import (
+
+)
+
+const (
+    Version = "0.0"
+)
+
+func NewApp(name, redirectURI string) (g *Gondole, err error) {
+    return
+}