Does beego have any other sqlite libraries that support cgo?

[root@host up]-sharp ./main
[ORM]2018/10/02 01:48:15 register db Ping `default`, Binary was compiled with "CGO_ENABLED=0", go-sqlite3 requires cgo to work. This is a stub
must have one register DataBase alias named `default`
[root@host up]-sharp 

web application written by beego, cross-compiled Linux version under Mac OS, cannot be executed. What is the reason why it cannot be compiled after opening CGO?

can go-sqlite3 only install and compile the go environment on Linux?

Jul.29,2021
Parameters for cross-compiling linux on

mac:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build
have you filled in correctly?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7be4ed-1f601.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7be4ed-1f601.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?