mirror of
https://github.com/hexolan/panels.git
synced 2026-03-27 04:44:10 +00:00
init post-service
This commit is contained in:
12
services/post-service/cmd/post-service/tools.go
Normal file
12
services/post-service/cmd/post-service/tools.go
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build tools
|
||||
package main
|
||||
|
||||
import (
|
||||
// Protobuf Generation
|
||||
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
|
||||
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
|
||||
|
||||
// DB Migrations
|
||||
_ "github.com/golang-migrate/migrate/v4"
|
||||
_ "github.com/golang-migrate/migrate/v4/database/postgres"
|
||||
)
|
||||
Reference in New Issue
Block a user