Skip to content

Commit

Permalink
Remove the jcl and jsh example programs.
Browse files Browse the repository at this point in the history
These programs don't demonstrate anything not already covered by the other
example programs. Removing them lets us drop the dependency on the shell
package which was otherwise unneeded.
  • Loading branch information
creachadair committed Feb 13, 2021
1 parent 237cef3 commit 8c382ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 305 deletions.
191 changes: 0 additions & 191 deletions cmd/examples/jcl/jcl.go

This file was deleted.

111 changes: 0 additions & 111 deletions cmd/examples/jsh/jsh.go

This file was deleted.

1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/creachadair/jrpc2

require (
bitbucket.org/creachadair/shell v0.0.6
github.com/google/go-cmp v0.5.1
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
bitbucket.org/creachadair/shell v0.0.6 h1:reJflDbKqnlnqb4Oo2pQ1/BqmY/eCWcNGHrIUO8qIzc=
bitbucket.org/creachadair/shell v0.0.6/go.mod h1:8Qqi/cYk7vPnsOePHroKXDJYmb5x7ENhtiFtfZq8K+M=
github.com/google/go-cmp v0.5.1 h1:JFrFEBb2xKufg6XkJsJr+WbKb4FQlURi5RUcBveYu9k=
github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a h1:DcqTD9SDLc+1P/r1EmRBwnVsrOwW+kk2vWf9n+1sGhs=
Expand Down

0 comments on commit 8c382ac

Please sign in to comment.