Initial commit.

This commit is contained in:
Dave Collins 2013-05-10 15:06:18 -05:00
commit d5f4e5e989
2 changed files with 37 additions and 0 deletions

33
.gitignore vendored Normal file
View file

@ -0,0 +1,33 @@
# Temp files
*~
# Databases
btcd.db
*-shm
*-wal
# Log files
*.log
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe

4
README.md Normal file
View file

@ -0,0 +1,4 @@
btcjson
=======
Package btcjson implements the bitcoin JSON-RPC API.