github.com/gobuffalo/buffalo-cli/v2@v2.0.0-alpha.15.0.20200919213536-a7350c8e6799/built/built_test.go (about)

     1  package built
     2  
     3  type background string
     4  
     5  func (b background) PluginName() string {
     6  	return string(b)
     7  }