This repository has been archived on 2024-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
core-old/internal/tools/tools.go
Dawid Wysokiński 9367b1f7e7
All checks were successful
continuous-integration/drone/push Build is passing
feat: add openapi (#42)
Reviewed-on: twhelp/core#42
2022-08-23 04:33:38 +00:00

11 lines
200 B
Go

//go:build tools
// +build tools
package tools
import (
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/maxbrunsfeld/counterfeiter/v6"
_ "github.com/swaggo/swag/cmd/swag"
)