tabung-api

command module
v0.0.0-...-462ec75 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: MIT Imports: 19 Imported by: 0

README

  1. Create the image
docker build --build-arg GO_ENV=local -t tabung-api-go .
  1. Run the container
docker run -d \
  -p 8082:8082 \
  --name tabung-api-go \
  tabung-api-go
  1. [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

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package docs Code generated by swaggo/swag.
Package docs Code generated by swaggo/swag.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳