You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

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.