5 lines
117 B
Go
5 lines
117 B
Go
package erratum
|
|
|
|
func Use(opener ResourceOpener, input string) error {
|
|
panic("Please implement the Use function")
|
|
}
|