first 24h programming with Go
Because I had yesterday a long overlay at the airport in KL, I decided to use the time to learn a bit of programming with Go and started to write a small tool to analyse the logfiles of owncloud. Today I continued a bit with it. Here my takeaways of the first 24h with Go:
- multiple return values
- is Go OOP? kind of, but it does stuff different to other languages
- there is no throwing of exceptions. Error Handling in Go
- IT'S FUN
Would love to have your comments: https://github.com/individual-it/ownCloudLogAnalyser