summaryrefslogtreecommitdiff
path: root/example_test.go
blob: 6495a0df5007b9527d48a4ee103fdaa0c615b979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package forgepb_test

import (
	"fmt"
)

// --- Package examples ---

// This example is copied from rill to understand golang docs
func Example() {
	fmt.Println("nothing here yet")
}

// This example is copied from rill to understand golang docs
func Example_batching() {
	fmt.Println("nothing batching here yet")
}