diff --git a/browsers.go b/browsers.go index 755c00f..9d1d4af 100644 --- a/browsers.go +++ b/browsers.go @@ -1,3 +1,5 @@ +// ### Browsers API + package main import ( diff --git a/main.go b/main.go index c525060..0ea0581 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,5 @@ -// ###Gomark API Documentation +// ### Gomark API Documentation + package main import "github.com/gin-gonic/gin"