You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
describe installing SQLC and generating database code
explaining how to organize a module project with symlinks
make sure the version of the dependency libraries (discordgo, etc.) in the module project is the same as the version of the dependency libraries in the runtime
how to manually version match the runtime (using replace keyword in go.mod)