All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.github.com.aws.smithy-go.encoding.xml.constants.go Maven / Gradle / Ivy

The newest version!
package xml

const (
	leftAngleBracket  = '<'
	rightAngleBracket = '>'
	forwardSlash      = '/'
	colon             = ':'
	equals            = '='
	quote             = '"'
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy