git clone https://orangeshoelaces.net/git/rscp.git
Author: Vasily Kolobkov on 06/16/2017
Committer: Vasily Kolobkov on 06/16/2017
Here another journey begins
README | 1 +
main.go | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/README b/README
new file mode 100644
index 0000000..8833b53
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+Remote scp protocol handler
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..da29a2c
--- /dev/null
+++ b/main.go
@@ -0,0 +1,4 @@
+package main
+
+func main() {
+}