Branch: refs/heads/master
Home: https://github.com/conformal/btcscript
Commit: abafe9678bd1025b963036c9675285de40aa385a
https://github.com/conformal/btcscript/commit/abafe9678bd1025b963036c9675285de40aa385a
Author: Dave Collins <[email protected]>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M README.md
M doc.go
A example_test.go
Log Message:
-----------
Use testable example and update doc.go README.md.
This commit adds an example test file so it integrates nicely with Go's
example tooling.
This allows the example output to be tested as a part of running the
normal Go tests to help ensure it doesn't get out of date with the code.
It is also nice to have the example in one place rather than repeating it
in doc.go and README.md.
Links and information about the example have been included in README.md in
place of the example.