Skip to content

Commit

Permalink
Updated README with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler King committed Mar 24, 2019
1 parent d7ef541 commit 9d3b590
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ pb, _ := c.PreviousBlock(1) // by index, 1 - 1 = 0, so this will equal blk1, if

`bin/cover` for test suite with coverage output.

## Documentation

Available through [godoc.org](https://godoc.org/github.com/ohmybrew/gochain).

Important files:

+ `block.go` contains the struct for a block and its methods.
+ `chain.go` contains the struct for the chain and its methods.
+ `gochain.go` is empty, simply the package index.

## LICENSE

This project is released under the MIT [license](https://github.com/ohmybrew/gochain/blob/master/LICENSE).

0 comments on commit 9d3b590

Please sign in to comment.