v0.0.412 fix GenerateIDSpecs accepting nil for opt
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m32s
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m32s
This commit is contained in:
parent
780905ba35
commit
6df4f5f2a1
@ -38,7 +38,7 @@ var rexIDChecksumConst = rext.W(regexp.MustCompile(`const ChecksumIDGenerator =
|
|||||||
//go:embed id-generate.template
|
//go:embed id-generate.template
|
||||||
var templateIDGenerateText string
|
var templateIDGenerateText string
|
||||||
|
|
||||||
func GenerateIDSpecs(sourceDir string, destFile string, opt *IDGenOptions) error {
|
func GenerateIDSpecs(sourceDir string, destFile string, opt IDGenOptions) error {
|
||||||
|
|
||||||
debugOutput := langext.Coalesce(opt.DebugOutput, false)
|
debugOutput := langext.Coalesce(opt.DebugOutput, false)
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.411"
|
const GoextVersion = "0.0.412"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2024-03-11T20:43:37+0100"
|
const GoextVersionTimestamp = "2024-03-11T20:58:06+0100"
|
||||||
|
Loading…
Reference in New Issue
Block a user