Signed up 895 days ago
Very nice. stdlib, one of those strong features Go is built upon. But please do not use these kind of snippets in code:
if os.Getenv('ENV') == "prod" // try to avoid this pattern
Even in examples. People tend to use what they see, especially in well written articles such as yours.
Very nice. stdlib, one of those strong features Go is built upon. But please do not use these kind of snippets in code:
if os.Getenv('ENV') == "prod" // try to avoid this pattern
Even in examples. People tend to use what they see, especially in well written articles such as yours.