Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
8 lines
107 B
Go
8 lines
107 B
Go
//go:build !wasip1
|
|||
|
|||
package artwork
|
|||
|
|||
func NewArtworkService() ArtworkService {
|
|||
panic("not implemented")
|
|||
}
|