1 | package exm |
---|---|
2 | |
3 | // An Example function must have an "Output:" comment for the go build |
4 | // system to generate a call to it from the test main package. |
5 | |
6 | func Example() { |
7 | |
8 | // Output: |
9 | } |
10 |
Members
1 | package exm |
---|---|
2 | |
3 | // An Example function must have an "Output:" comment for the go build |
4 | // system to generate a call to it from the test main package. |
5 | |
6 | func Example() { |
7 | |
8 | // Output: |
9 | } |
10 |