gopher.nvim/spec/fixtures/impl/writer_output.go(view raw)
1 2 3 4 5 6 7 8
package main type WriterTest2 struct{} func (w *WriterTest2) Write(p []byte) (n int, err error) { panic("not implemented") // TODO: Implement }