Skip to content

Commit

Permalink
fix goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihir0 committed Jan 30, 2016
1 parent e12630d commit a3fbbe2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/mg/parser_gen.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func (p *Parser) Release() {
C.mecab_model_destroy(p.model)
}


// Parse returns Mecab parse result.
func (p Parser) Parse(sentence string) ([]Node, error) {
C.mecab_lattice_set_sentence(p.lattice, C.CString(sentence))
Expand Down
1 change: 0 additions & 1 deletion parser_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func (p *Parser) Release() {
C.mecab_model_destroy(p.model)
}


// Parse returns Mecab parse result.
func (p Parser) Parse(sentence string) ([]Node, error) {
C.mecab_lattice_set_sentence(p.lattice, C.CString(sentence))
Expand Down

0 comments on commit a3fbbe2

Please sign in to comment.