blob: cacfeef2066e2142efd29fbaead7039009f0240b [file] [log] [blame]
package fmt
func Sprint(args ...interface{}) string
func Sprintln(args ...interface{}) string
func Sprintf(format string, args ...interface{}) string
func Print(args ...interface{}) (int, error)
func Println(args ...interface{})
func Printf(format string, args ...interface{}) (int, error)
func Errorf(format string, args ...interface{}) error