Tag: go

  • Contributing to Go in 54 days

    With absolutely zero knowledge of Go 54 days ago, I decided to contribute to the Go project. Why? Put simply, I was bored. The thrill of learning something new, and contributing to a massive OSS project like Go caught my attention. How? Find an issue that’s tagged as HelpWanted. There’s a “HelpWanted” tag, which is applied to…

  • Mocking the HTTP/2 Apple push notification gateway in Go

    At CleverTap, we had the need to mock the new HTTP/2 Apple push gateway API. After trying to do this in Java, and then in Python, I succeeded in getting it to work in Go. Go out of all languages! To me, Go has a completely strange syntax, compared to Java and C. This mock server…