mirror of
https://github.com/foomo/squadron.git
synced 2025-10-16 12:35:42 +00:00
8 lines
84 B
Go
8 lines
84 B
Go
package config
|
|
|
|
type Tag string
|
|
|
|
func (t Tag) String() string {
|
|
return string(t)
|
|
}
|