1
0
mirror of https://github.com/beego/bee.git synced 2025-07-07 16:40:19 +00:00

地址更改

This commit is contained in:
guan
2019-07-03 21:43:08 +08:00
parent 277509ab88
commit 71eeb03213
51 changed files with 142 additions and 142 deletions

View File

@ -7,7 +7,7 @@ import (
"bytes"
"encoding/binary"
"github.com/derekparker/delve/pkg/dwarf/util"
"github.com/go-delve/delve/pkg/dwarf/util"
)
type parsefunc func(*parseContext) parsefunc

View File

@ -5,7 +5,7 @@ import (
"encoding/binary"
"fmt"
"github.com/derekparker/delve/pkg/dwarf/util"
"github.com/go-delve/delve/pkg/dwarf/util"
)
type DWRule struct {