Skip to content

Commit 70c492b

Browse files
committed
third_party: delete autoComplete.js
The code using autoComplete.js was deleted in golang.org/cl/279133, so delete the code. It was originally copied from https://github.com/TarekRaafat/autoComplete.js. The non-minimized file was deleted in golang.org/cl/340389 but the min files didn't seem to be deleted around that time. For golang/go#61399 Change-Id: I04f6437f8ba0c0a6a3972c1e52933d2478ae03ff Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/552115 kokoro-CI: kokoro <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]>
1 parent 254ae6f commit 70c492b

File tree

4 files changed

+1
-204
lines changed

4 files changed

+1
-204
lines changed

third_party/autoComplete.js/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

third_party/autoComplete.js/autoComplete.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

third_party/fs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ package thirdparty
66

77
import "embed"
88

9-
//go:embed autoComplete.js/* dialog-polyfill/*
9+
//go:embed dialog-polyfill/*
1010
var FS embed.FS

third_party/fs_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import "testing"
88

99
func TestFS(t *testing.T) {
1010
for _, f := range []string{
11-
"autoComplete.js/autoComplete.min.js",
1211
"dialog-polyfill/dialog-polyfill.js",
1312
} {
1413
if _, err := FS.Open(f); err != nil {

0 commit comments

Comments
 (0)