v0.0.190
This commit is contained in:
parent
16c66ee28c
commit
a4def75d06
@ -51,6 +51,10 @@ var (
|
|||||||
// other values come from pkgconfig
|
// other values come from pkgconfig
|
||||||
)
|
)
|
||||||
|
|
||||||
|
func NewType(key string, defStatusCode *int) {
|
||||||
|
return ErrorType{key, defStatusCode}
|
||||||
|
}
|
||||||
|
|
||||||
type LogPrintLevel string
|
type LogPrintLevel string
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.189"
|
const GoextVersion = "0.0.190"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2023-07-24T11:11:15+0200"
|
const GoextVersionTimestamp = "2023-07-24T11:16:57+0200"
|
||||||
|
Loading…
Reference in New Issue
Block a user