Closed kushalsubedi closed 1 month ago
Related Issues and Documentation
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
For questions please refer to https://github.com/golang/go/wiki/Questions
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
i don't know but im using this version and have problem while connecting with sqlite3
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
i tried to connect sqlite3 database in go but when i ran the program the program seems it stuck in infinite for loop neither it produce any output or throw any errors
What did you expect to see?
What did you see instead?