aboutsummaryrefslogtreecommitdiff
path: root/client/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/main.go')
-rw-r--r--client/main.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/main.go b/client/main.go
new file mode 100644
index 0000000..d996531
--- /dev/null
+++ b/client/main.go
@@ -0,0 +1,13 @@
+package main
+
+import (
+ "crypto/ed25519"
+ "flag"
+)
+
+func main() {
+ flag.Parse()
+ if flag.Arg(0) == "register" {
+
+ }
+}