Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit e0273d7

Browse files
committed
remove unneeded sub packages
1 parent 81fc67f commit e0273d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+57
-10089
lines changed

blog.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import (
1515
"strings"
1616
"sync"
1717

18-
"github.com/chai2010/golangdoc/godoc/redirect"
1918
"golang.org/x/tools/blog"
19+
"golang.org/x/tools/godoc/redirect"
2020
)
2121

2222
const (

codewalk.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ import (
2929
"text/template"
3030
"unicode/utf8"
3131

32+
"golang.org/x/tools/godoc/vfs"
33+
3234
"github.com/chai2010/golangdoc/godoc"
33-
"github.com/chai2010/golangdoc/godoc/vfs"
3435
)
3536

3637
var codewalkHTML, codewalkdirHTML *template.Template

godoc/analysis/README

-111
This file was deleted.

0 commit comments

Comments
 (0)