steebchen / prisma-client-go

Prisma Client Go is an auto-generated and fully type-safe database client
https://goprisma.org
Apache License 2.0
2.02k stars 96 forks source link

Having Hard Time - go run . (as it say in the docs) #1309

Closed TunifyBasic closed 6 days ago

TunifyBasic commented 6 days ago

i am having a hard time running this project

package main
...
import "main/db" // failed
import "github.com/steebchen/prisma-client-go/db" // also failed as expected

i did all steps as it says in the docs but failed

steebchen commented 6 days ago

Did you solve your problem?