File size: 73 Bytes
e36aeda
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
package html

import "testing"

func TestAll(t *testing.T) {
	f()
	g()
}