Files
.emacs.d/snippets/go-mode/tt

11 lines
108 B
Plaintext

# name: tests := []struct{ ... }
# key: tt
# --
tests := []struct {
name string
$0
}{
{
name: "",
},
}