Skip to content

Commit

Permalink
service: fix link to eval expression documentation (go-delve#2390)
Browse files Browse the repository at this point in the history
The wiki was removed a long time ago.
  • Loading branch information
andreimatei authored Mar 15, 2021
1 parent 6c6331c commit 14951e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/rpc2/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ type EvalOut struct {

// EvalVariable returns a variable in the specified context.
//
// See https://github.com/go-delve/delve/wiki/Expressions for
// a description of acceptable values of arg.Expr.
// See https://github.com/go-delve/delve/blob/master/Documentation/cli/expr.md
// for a description of acceptable values of arg.Expr.
func (s *RPCServer) Eval(arg EvalIn, out *EvalOut) error {
cfg := arg.Cfg
if cfg == nil {
Expand Down

0 comments on commit 14951e0

Please sign in to comment.