文件名称:bible:用go写的命令行圣经
文件大小:32KB
文件格式:ZIP
更新时间:2024-05-12 11:01:30
Go
圣经 用go写的命令行圣经 用法 Usage of ./bible: -db string Bible database to use (default "database/bible-sqlite-jmainguy.db") -verse string Verse to return. Can be given in following syntax. 'John', '1 John 3', 'John 3:16', or for a range in the same book '1 John 1:1 - 3:16' (default "John 3:16") -version string Bible Version to use (default "t_kjv") 预编译二进制 从二进制文件 建造 export GO111MODULE=o
【文件预览】:
bible-main
----.goreleaser.yml(1021B)
----.gitignore(6B)
----go.mod(229B)
----parse.go(3KB)
----queries.go(631B)
----LICENSE(18KB)
----go.sum(1KB)
----generateTests.go(3KB)
----bookID.go(380B)
----.github()
--------workflows()
----main.go(826B)
----structs.go(269B)
----README.md(1005B)
----tests()
--------fmtlint.sh(230B)
----check.go(474B)
----database()
--------bible-sqlite-jmainguy.db(133B)
----.golangci.yml(287B)
----sqlite_test.go(764KB)
----.gitattributes(47B)