github.com/daixiang0/gci@v0.13.0/pkg/utils/constants.go (about) 1 package utils 2 3 const ( 4 Indent = '\t' 5 Linebreak = '\n' 6 WinLinebreak = '\r' 7 8 Colon = ":" 9 10 LeftParenthesis = '(' 11 RightParenthesis = ')' 12 )