Added some more godoc comments.

This commit is contained in:
David Howden
2015-06-06 16:35:44 +10:00
parent 6cd7fd8f70
commit ddaa43f29c
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ import (
// BlockType is a type which represents an enumeration of valid FLAC blocks
type BlockType byte
// FLAC block types.
const (
StreamInfoBlock BlockType = 0
PaddingBlock = 1