mattn/go-sqlite3

Why does the compilation freeze after importing go-sqlite3

1nformation opened this issue · 6 comments

I used gin

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

...
```

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

I think I know what the problem is, thanks