Generate boilerplate for Gin / Fiber / Echo / Chi Golang REST servers
Generate Golang Rest Server: from one config file. Documentation Install # go version >= 1.17 go install github.com/tompston/[email protected] # go version < 1.17 go get github.com/tompston/gomarvin # or clone the repo and run go run main.go git clone https://github.com/tompston/gomarvin.git # run this in the same dir as the config file, if the name of the […]