mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
8 lines
83 B
Go
8 lines
83 B
Go
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/sqlc-dev/sqlc/cmd/sqlc"
|
|
)
|