Skip to content

Commit

Permalink
Remove pkg/debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Jul 5, 2023
1 parent e62f319 commit 1716b52
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 1,132 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ CASM follows a modular, "Lego bricks" design, allowing you to pick and choose th
| Bootstrap | `pkg/boot` | Pluggable strategies for discovering and joining clusters. |
| Peer Exchange | `pkg/pex` | Lightweight gossip-based protocol for randomly sampling peers. Ideal for building caches. |
| Clustering | `pkg/cluster` | Unstructured service providing a global view of the cluster<sup>2</sup>. |
| Live Debugging | `pkg/debug` | Production-ready integrations for `runtime/debug`, `runtime/pprof` and `runtime/trace`. |

## Getting Started

Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ github.com/kr/pty v1.1.3/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
github.com/libp2p/go-buffer-pool v0.1.0 h1:oK4mSFcQz7cTQIfqbe4MIj9gLW+mnanjyFtc6cdF0Y8=
Expand Down
236 changes: 0 additions & 236 deletions pkg/debug/debug.go

This file was deleted.

98 changes: 0 additions & 98 deletions pkg/debug/debug_test.go

This file was deleted.

Loading

0 comments on commit 1716b52

Please sign in to comment.