- Fork this github repository, checkout, compile and run goass application,
- Find swagger ui at http://localhost:8123/apidocs/:
- implement "getplantpower" calculation of plant's total power (main.go, lines 113 ff )
- document / comment / explain the sample "alarming" implementation in alarming.go
- why is the channel and goroutine approach used?
- what would be an alternative / more traditional way?
- commit and push to your fork of goass and tell us that you're finished