github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/i18n/network/succes.go (about) 1 package networkI18n 2 3 import ( 4 "github.com/pterm/pterm" 5 ) 6 7 func Success(name string) { 8 pterm.Success.Printfln("Connected to %s", pterm.FgCyan.Sprintf(name)) 9 10 }