jackc / pgx

PostgreSQL driver and toolkit for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"github.com/jackc/pgx/v5" is not open

Whuichenggong opened this issue · comments

Why can't my other go source files find function definitions after importing the package "github. com/jackc/pgx/v5/pgxpool"

In which editor? Maybe you didn't do go get github. com/jackc/pgx/v5/pgxpool first.

thanks your answer I encountered the same problem again today. As long as I imported "github. com/jackc/pgx/v5/pgxpool", one of my go programs encountered an unrecognized function