Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Commit

Permalink
base: update stdlib paths
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Apr 1, 2018
1 parent 4ad16b2 commit 3c105d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/base/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ var pathFlags = map[string]int{
"internal/syscall/windows/registry": 9,
"internal/syscall/windows/sysdll": 9,
"internal/testenv": 9,
"internal/testlog": 9,
"internal/trace": 9,
"io": 9,
"io/ioutil": 9,
Expand Down Expand Up @@ -208,6 +209,8 @@ var pathFlags = map[string]int{
"os": 9,
"os/exec": 9,
"os/signal": 9,
"os/signal/internal": 1,
"os/signal/internal/pty": 9,
"os/user": 9,
"path": 9,
"path/filepath": 9,
Expand Down Expand Up @@ -1016,6 +1019,7 @@ var validTLDs = map[string]bool{
".living": true,
".lixil": true,
".lk": true,
".llc": true,
".loan": true,
".loans": true,
".locker": true,
Expand Down

0 comments on commit 3c105d8

Please sign in to comment.