Browse Source

fix lint

pull/343/head
yedf2 4 years ago
parent
commit
9483d505c6
  1. 2
      dtmsvr/trans_status.go

2
dtmsvr/trans_status.go

@ -207,7 +207,7 @@ func (t *TransGlobal) getBranchResult(branch *TransBranch) (string, error) {
} else if errors.Is(err, dtmcli.ErrOngoing) {
return "", dtmcli.ErrOngoing
}
return "", fmt.Errorf("Your http/grpc result should be specified as in:\nhttp://d.dtm.pub/practice/arch.html#proto\nunkown result will be retried: %w", err)
return "", fmt.Errorf("your http/grpc result should be specified as in:\nhttp://d.dtm.pub/practice/arch.html#proto\nunkown result will be retried: %w", err)
}
func (t *TransGlobal) execBranch(branch *TransBranch, branchPos int) error {

Loading…
Cancel
Save