* chore: setup mini.test * chore(ci): setup new test runner, install plugin deps * chore(ci): test only on stable and nightly releases * test: iferr * test: struct_tags * test: impl * test: gotests
8 lines
136 B
Go
8 lines
136 B
Go
package main
|
|
|
|
type CloserTest2 struct{}
|
|
|
|
func (closertest *CloserTest2) Close() error {
|
|
panic("not implemented") // TODO: Implement
|
|
}
|
|
|