1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Beginnings of a command line REST client

This commit is contained in:
James Hillyerd
2017-02-04 18:07:25 -08:00
parent 56cff6296a
commit 6722811425
4 changed files with 172 additions and 1 deletions

4
.gitignore vendored
View File

@@ -25,10 +25,12 @@ _testmain.go
*.swp
*.swo
# our binary
# our binaries
/inbucket
/inbucket.exe
/target/**
/cmd/client/client
/cmd/client/client.exe
# local goxc config
.goxc.local.json