コード例 #1
0
ファイル: ahocorasick.go プロジェクト: koron/nvcheck
func getNodeData(node *trie.TernaryNode) *Data {
	d, _ := node.Value().(*Data)
	return d
}