-
Sean Chittenden authored
call to `Init()` failed for some reason. I'm not sure how this would happen in the wild, but it's possible that libraries may call `Init()` before a CLI app would call `MustInit()`. `once.Do()` didn't let me peak behind the curtain so I pulled in the structure of Go's `atomic/sync.Once`.
This project is licensed under the MIT License.
Learn more