()
| 2295 | } |
| 2296 | |
| 2297 | func ExamplePipe_DecodeBase64() { |
| 2298 | script.Echo("SGVsbG8sIHdvcmxkIQ==").DecodeBase64().Stdout() |
| 2299 | // Output: |
| 2300 | // Hello, world! |
| 2301 | } |
| 2302 | |
| 2303 | func ExamplePipe_Do() { |
| 2304 | ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…