9 lines
151 B
Go
9 lines
151 B
Go
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
// Importiere Prisma Client Go als Tool, nicht als Bibliothek.
|
|
_ "github.com/steebchen/prisma-client-go"
|
|
)
|