Provide first parts for golang implementation (#905)

* Provide first parts for golang implementation
This commit is contained in:
Oliver Nocon
2019-10-22 15:41:27 +02:00
committed by GitHub
parent 8e987c46e1
commit c1eb9f5c70
18 changed files with 1293 additions and 1 deletions
+3
View File
@@ -22,3 +22,6 @@ indent_size = none
[cfg/id_rsa.enc]
indent_style = none
indent_size = none
[{go.mod,go.sum,*.go}]
indent_style = tab
indent_size = 8