()
| 2557 | } |
| 2558 | |
| 2559 | func ExamplePipe_SHA256Sums() { |
| 2560 | script.Echo("testdata/test.txt").SHA256Sums().Stdout() |
| 2561 | // Output: |
| 2562 | // a562c9c95e2ff3403e7ffcd8508c6b54d47d5f251387758d3e63dbaaa8296341 |
| 2563 | } |
| 2564 | |
| 2565 | func ExamplePipe_Slice() { |
| 2566 | s, err := script.Echo("a\nb\nc\n").Slice() |
nothing calls this directly
no test coverage detected
searching dependent graphs…