Why does the compilation freeze after importing go-sqlite3
1nformation opened this issue · 6 comments
1nformation commented
1nformation commented
I used gin
1nformation commented
1nformation commented
rittneje commented
Is it actually frozen, or just slow? It can take a while for your computer to build this library due to the C code.
Also, in the future, please do not share code as an image. Use a code block like so:
```go
package main
...
```
1nformation commented
Is it actually frozen, or just slow? It can take a while for your computer to build this library due to the C code.
Also, in the future, please do not share code as an image. Use a code block like so:
```go package main ...
When I remove go-sqlite3, the project is programmed fine
1nformation commented
I think I know what the problem is, thanks