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