gnames / gnparser

GNparser normalises scientific names and extracts their semantic elements.
MIT License
39 stars 4 forks source link

As a Developer I want to remove config package #140

Closed dimus closed 3 years ago

dimus commented 3 years ago

In Go packages are flat, so if package name is not unique, it creates confusion. The confusion can be solved by giving an alias to a package, but it is better not to have confusing names at all. In gnparser config content can be moved to gnparser package.