package main import ( "switch/internal/switchpkg" ) func main() { switchpkg.Say("Utii") }