go - Is it possible to import only a function from a package? -
sometimes need function package importing whole package doesn't seem performance wise. question: possible import function ?
no, not possible.
no, has no impact on performance. unused stuff package should dropped linker won't clutter binary.
Comments
Post a Comment