We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7e823 commit 96bc6d1Copy full SHA for 96bc6d1
websites/code/thirdparty/getpkg.bat
@@ -28,11 +28,6 @@ if not exist "src/golang.org/x/net" (
28
)
29
go install golang.org/x/net/...
30
31
-if not exist "src/code.google.com/p/cascadia" (
32
- git clone https://github.com/studygolang/cascadia src/code.google.com/p/cascadia
33
-)
34
-go install code.google.com/p/cascadia
35
-
36
if not exist "github.com/PuerkitoBio/goquery" (
37
git clone https://github.com/PuerkitoBio/goquery src/github.com/PuerkitoBio/goquery
38
0 commit comments