import F import Fs func use_imported() { F.foo() F.bar() Fs.baz() Fs.bazz() }