Discussion about this post

User's avatar
Nabib's avatar

If the code syntax highlighting was there it will be more better to read code

Expand full comment
Alugbin Abiodun's avatar

Don do `SetTitle`.

title is already exported, so no need to have a setter method on it.

Instead make `title` unexported, then you can provide a setter.

Expand full comment
3 more comments...

No posts