()
| 2218 | } |
| 2219 | |
| 2220 | func ExampleFile() { |
| 2221 | script.File("testdata/hello.txt").Stdout() |
| 2222 | // Output: |
| 2223 | // hello world |
| 2224 | } |
| 2225 | |
| 2226 | func ExampleGet() { |
| 2227 | ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { |