diff --git a/examples/spawning-processes/spawning-processes.go b/examples/spawning-processes/spawning-processes.go index b4db3ab..908fad3 100644 --- a/examples/spawning-processes/spawning-processes.go +++ b/examples/spawning-processes/spawning-processes.go @@ -1,9 +1,5 @@ // Sometimes our Go programs need to spawn other, non-Go -// processes. For example, the syntax highlighting on this -// site is [implemented](https://github.com/mmcgrana/gobyexample/blob/master/tools/generate.go) -// by spawning a [`pygmentize`](http://pygments.org/) -// process from a Go program. Let's look at a few examples -// of spawning processes from Go. +// processes. package main diff --git a/examples/spawning-processes/spawning-processes.hash b/examples/spawning-processes/spawning-processes.hash index c0f815f..9721992 100644 --- a/examples/spawning-processes/spawning-processes.hash +++ b/examples/spawning-processes/spawning-processes.hash @@ -1,2 +1,2 @@ -b6e1e4b70a494be9f344a9f31aff520116d0ac24 -YJs_YtJY0sS +aaedc48f74409cef2b8e9ad624aa1c4639ce630d +s-T7gxeD7hH diff --git a/public/spawning-processes b/public/spawning-processes index c5781ec..91ed4c0 100644 --- a/public/spawning-processes +++ b/public/spawning-processes @@ -28,11 +28,7 @@
Sometimes our Go programs need to spawn other, non-Go
-processes. For example, the syntax highlighting on this
-site is implemented
-by spawning a pygmentize
-process from a Go program. Let’s look at a few examples
-of spawning processes from Go.
package main