git.zd.zone/hrpc/hrpc@v0.0.12/service/tag.go (about) 1 package service 2 3 type Tag string 4 5 func (t Tag) String() string { 6 return string(t) 7 }