advancedlogic / go-freeling

Golang Natural Language Processing
GNU General Public License v3.0
832 stars 70 forks source link

Nonlocal imports #1

Closed dullgiulio closed 9 years ago

dullgiulio commented 9 years ago

Two changes in two commits:

  1. Do not use relative imports. See: https://blog.golang.org/organizing-go-code
  2. Run "go fmt" on your source code on a regular basis. http://blog.golang.org/go-fmt-your-code

Finally, I suggest you remove commented code. You can easily make an experimental branch in git and keep it there. However, I haven't changed that myself.

advancedlogic commented 9 years ago

Thanks :)