type compress/bzip2.huffmanNode

3 uses

	compress/bzip2 (current package)
		huffman.go#L15: 	nodes    []huffmanNode
		huffman.go#L26: type huffmanNode struct {
		huffman.go#L142: 	t.nodes = make([]huffmanNode, len(codes))