merge original into coz repo (#10)

merged with the original repo.
This commit is contained in:
Anthony De Meulemeester 2018-02-01 21:28:45 +01:00 committed by GitHub
parent dd94086a22
commit 66c8fc8012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 211 additions and 21 deletions

6
pkg/core/block_test.go Normal file
View file

@ -0,0 +1,6 @@
package core
import "testing"
func TestBlockEncodeDecode(t *testing.T) {
}