WriteString takes in a string and returns number of bytes written and error
(s string)
| 12 | |
| 13 | // WriteString takes in a string and returns number of bytes written and error |
| 14 | WriteString(s string) (n int, err error) |
| 15 | |
| 16 | // String method returns a string |
| 17 | String() string |
no outgoing calls