README
¶
- Create the image
docker build --build-arg GO_ENV=local -t tetapan-api-go-image .
- Run the container
docker run -d \
-p 8085:8085 \
--name tetapan-api-go \
tetapan-api-go-image
- [optional] to create api doc
go get -u github.com/swaggo/swag
https://github.com/swaggo/swag#how-to-use-it-with-gin
swag init
swag fmt
Documentation
¶
There is no documentation for this package.
Directories
¶
Path | Synopsis |
---|---|
Package docs Code generated by swaggo/swag.
|
Package docs Code generated by swaggo/swag. |
Click to show internal directories.
Click to hide internal directories.