Source File
consts.go
Belonging Package
github.com/gookit/goutil/comdef
package comdef// constants for compare operationconst (OpEq = "="OpNeq = "!="OpLt = "<"OpLte = "<="OpGt = ">"OpGte = ">=")// constants quote charsconst (SingleQuote = '\''DoubleQuote = '"'SlashQuote = '\\'SingleQuoteStr = "'"DoubleQuoteStr = `"`SlashQuoteStr = "\\")// NoIdx invalid index or lengthconst NoIdx = -1// const VarPathReg = `(\w[\w-]*(?:\.[\w-]+)*)`// Align define align, position: L, C, R, Autotype Align uint8type Position = Align // Position alias of Align// constants for align, position: L, C, R, Autoconst (Left Align = iotaCenterRightPosAuto)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |