go嵌入文件报错:pattern resources/sql/*.sql: no matching files found

go 

Go嵌入文件报错解决:pattern resources/sql/*.sql no matching files found | Lingkang Blog。详解Go语言embed包报错'pattern resources/sql/*.sql: no matching files found'的根本原因及解决方案,包含main包限制、依赖注入实现和路径处理技巧。

go-sqlite在window下报错:implicit declaration of function '_beginthread'

go 

runtime/cgo: gcc_libinit_windows.c:136:27: error: implicit declaration of function ‘_beginthread’在window下使用go-sqlite会存在gcc问题。解决方案删除 其他的gcc 环境 只是用tdm-g