diff --git a/examples/url_shortener/main.go b/examples/url_shortener/main.go index 15ae7db7..7e4ba134 100644 --- a/examples/url_shortener/main.go +++ b/examples/url_shortener/main.go @@ -1,6 +1,10 @@ // TODO - Fix after v4 churn ends package main +func main() { + +} + // import ( // "io/ioutil" // "net/http"