Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

346 B

This template is for testing snipmd.awk.

Put the first snippet here.

fmt.Println("hello")
x := ...

And now the second. snip:# (second)

if x > 2 {
	...
}

A top-level snippet.

var ErrBad = errors.New("bad")
// A code block that is not included.

And we’re done.