ikawaha / kagome

Self-contained Japanese Morphological Analyzer written in pure Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error on Google App Engine

sublee opened this issue · comments

Thank you for the great library. It is perfect to solve my challenge.

When I build a GAE app which depends on kagome, it was failed with newContents redeclaration error:

kagome/internal/dic/content_appengine.go:23:32: newContents redeclared in this block

Because both content.go and content_appengine.go declares newContents with the appengine build tag.

I guess there's no reason to separate content_appengine.go anymore since this commit: 597ca21.

Thanks for the bug report! Your issue should be fixed by the commit above.

My issue is fixed! Thank you!