package utils

// StringMap is a map of string to string
type StringMap map[string]string
