sbinet / go-python

naive go bindings to the CPython2 C-API
Other
1.52k stars 138 forks source link

Documentation not displayed due to license restrictions. #113

Closed ggandycong closed 3 years ago

ggandycong commented 3 years ago

The documentation on go-python is not being displayed correctly due to license restrictions. https://pkg.go.dev/github.com/sbinet/go-python

Documentation not displayed due to license restrictions.See our license policy.

please how to read the doc ?

sbinet commented 3 years ago

well, pkg.go.dev chokes on CPython's license (that go-python dutifully uses: CPython2's is released under the GPL license and as such -as go-python is linked against that C-API+lib- go-python is released under the same terms)

a possible workaround is to use godocs.io:

sbinet commented 3 years ago

that said, I'll change the link on the README.