Categorygithub.com/w40141/GoCISample
modulepackage
0.0.0-20240609142805-52ee2d56fbbe
Repository: https://github.com/w40141/gocisample.git
Documentation: pkg.go.dev

# README

GoCISample

CI Vulnerability License: MIT

GoCISample is a tmplate for golang app.

Development

Dependency

  • Language
  • Task Runner
  • Web Framework
  • OR Mapper

Setup

Directories

.
├── .air.toml
├── .devcontainer
│   └── devcontainer.json
├── .editorconfig
├── .env.local
├── .github
│   ├── dependabot.yaml
│   └── workflows
│       ├── ci.yaml
│       ├── dependabot.yaml
│       └── vulncheck.yaml
├── .gitignore
├── Dockerfile
├── LICENSE
├── Makefile
├── README.md
├── Taskfile.yaml
├── docker
│   ├── db
│   │   ├── conf.d
│   │   │   └── my.cnf
│   │   └── data
│   └── golang
│       ├── .dockerignore
│       └── Dockerfile
├── docker-compose.yaml
├── e2e
│   ├── config.yaml
│   └── scenarios
│       └── github.yaml
├── go.mod
├── go.sum
├── main.go
└── main_test.go

License

MIT