package thumbnail import ( "testing" "git.foosoft.net/alex/goldsmith" "git.foosoft.net/alex/goldsmith/harness" ) func Test(self *testing.T) { harness.Validate( self, func(gs *goldsmith.Goldsmith) { gs.Chain(New()) }, ) }