Commit Graph

3 Commits

Author SHA1 Message Date
Jan Dittberner 65855152ce Implement first client command
The client can now talk to the old Perl signer implementation. Running
socat has been documented in README.md. Commonly used I/O code has been
moved to the shared/io.go file.
2020-04-17 19:38:54 +02:00
Jan Dittberner 5aa557c9aa Move to go modules
Go >= 1.11 has a module system, support for dep has been dropped. This
commit changes the dependency management to go modules.
2020-04-17 19:38:32 +02:00
Jan Dittberner a89275a8e4 Initial signer rewrite in Go 2018-10-31 11:17:51 +01:00