aboutsummaryrefslogtreecommitdiff
path: root/file/file_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-07-23 01:34:40 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-07-23 01:34:40 +0200
commit088135569acd6617c929b64e644e377e316f7df1 (patch)
tree193c0baa232bcc0c2b923eefd4ad94bedbe4f359 /file/file_test.go
parent14c91fc45000155f6cfae789b3e9cd758c1e82d4 (diff)
unexport block
Diffstat (limited to 'file/file_test.go')
-rw-r--r--file/file_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/file/file_test.go b/file/file_test.go
index 783b92c..b35c147 100644
--- a/file/file_test.go
+++ b/file/file_test.go
@@ -6,7 +6,7 @@ import (
)
func TestSig(t *testing.T) {
- b := &Block{
+ b := &block{
Comment: "comment",
Bytes: []byte{'t', 'e', 's', 't'},
}