Skip to content

Commit 530e996

Browse files
committed
alphabetical order is tricky
1 parent 9b3fa0a commit 530e996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ Filters are methods on an existing pipe that also return a pipe, allowing you to
294294
| [`DecodeBase64`](https://pkg.go.dev/github.com/bitfield/script#Pipe.DecodeBase64) | input decoded from base64 |
295295
| [`Dirname`](https://pkg.go.dev/github.com/bitfield/script#Pipe.Dirname) | removes filename from each line, leaving only leading path components |
296296
| [`Do`](https://pkg.go.dev/github.com/bitfield/script#Pipe.Do) | response to supplied HTTP request |
297-
| [`EncodeBase64`](https://pkg.go.dev/github.com/bitfield/script#Pipe.EncodeBase64) | input encoded to base64 |
298297
| [`Echo`](https://pkg.go.dev/github.com/bitfield/script#Pipe.Echo) | all input replaced by given string |
298+
| [`EncodeBase64`](https://pkg.go.dev/github.com/bitfield/script#Pipe.EncodeBase64) | input encoded to base64 |
299299
| [`Exec`](https://pkg.go.dev/github.com/bitfield/script#Pipe.Exec) | filtered through external command |
300300
| [`ExecForEach`](https://pkg.go.dev/github.com/bitfield/script#Pipe.ExecForEach) | execute given command template for each line of input |
301301
| [`Filter`](https://pkg.go.dev/github.com/bitfield/script#Pipe.Filter) | user-supplied function filtering a reader to a writer |
@@ -351,7 +351,7 @@ See the [contributor's guide](CONTRIBUTING.md) for some helpful tips if you'd li
351351

352352
# Links
353353

354-
- [Scripting with Go](https://bitfieldconsulting.com/golang/scripting)
354+
- [Scripting with Go](https://bitfieldconsulting.com/posts/scripting)
355355
- [Code Club: Script](https://www.youtube.com/watch?v=6S5EqzVwpEg)
356356
- [Bitfield Consulting](https://bitfieldconsulting.com/)
357357
- [Go books by John Arundel](https://bitfieldconsulting.com/books)

0 commit comments

Comments
 (0)