
Logging in Go
Go is a programming language that is often used in backend development. Backend services sometimes accept the path to a log file as a configuration parameter. In the Unix world this approach is not considered good design, because it ignores the power of the standard stdout and stderr streams available to every Unix program.


