Skip to content

Commit

Permalink
coredns: add single quote string and double quote string
Browse files Browse the repository at this point in the history
  • Loading branch information
romberli committed Dec 23, 2021
1 parent 84ce202 commit fdb92c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constant/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ const (
LargerEqualString = ">="
SmallerString = "<"
SmallerEqualString = "<="
SingleQuoteString = "'"
DoubleQuoteString = "\""
FourSpaceString = " "
TabString = "\t"
DefaultIndentString = FourSpaceString
Expand Down

0 comments on commit fdb92c7

Please sign in to comment.