summaryrefslogtreecommitdiff
path: root/src/hub/src
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-08-24 10:41:52 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-09-30 19:10:52 +0200
commit957ced751bea9e35fef4124fae889c60e1a1ff74 (patch)
tree845c716793c3828394a16c02e538f43f747ab751 /src/hub/src
parentadd space to README (diff)
create hub's project structure
Diffstat (limited to 'src/hub/src')
-rw-r--r--src/hub/src/spreadspace.org/sfive-hub/sfive-hub.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hub/src/spreadspace.org/sfive-hub/sfive-hub.go b/src/hub/src/spreadspace.org/sfive-hub/sfive-hub.go
new file mode 100644
index 0000000..57ddeaf
--- /dev/null
+++ b/src/hub/src/spreadspace.org/sfive-hub/sfive-hub.go
@@ -0,0 +1,8 @@
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Printf("Hello, world.\n")
+}
+