Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go Namespaces #13

Open
quentintruong opened this issue Apr 8, 2019 · 0 comments
Open

Go Namespaces #13

quentintruong opened this issue Apr 8, 2019 · 0 comments

Comments

@quentintruong
Copy link

Hi,
https://github.com/jmcvetta/golang-for-python-programmers/blob/master/source/layout.rst
says that Functions imported from another package are always namespaced with the package name., but what about
import . "lib/math"
from https://golang.org/ref/spec#Import_declarations ? I'm not clear on what you really mean when you say that it is "always" given that the dot import is valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant