package stdout import "fmt" func Puts(message string) { fmt.Println(message) }