  ```go func Green(s string) string { return fmt.Sprintf("%c[%dm%s%c[0m", 0x1B, 32, s, 0x1B) } ```