github.com/driusan/bug@v0.3.2-0.20190306121946-d7f4e7f33fea/scm/errors.go (about) 1 package scm 2 3 type UnsupportedType string 4 5 func (a UnsupportedType) Error() string { 6 return string(a) 7 }