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 is hosted here, on Github.