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 <noreply+kokoro@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
1 parent 254ae6f commit 70c492b

File tree

4 files changed

+1
-204
lines changed

4 files changed

+1
-204
lines changed

Diff for: third_party/autoComplete.js/LICENSE

-201
This file was deleted.

Diff for: third_party/autoComplete.js/autoComplete.min.js

-1
This file was deleted.

Diff for: third_party/fs.go

+1-1
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

Diff for: third_party/fs_test.go

-1
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)