Skip to content

Instantly share code, notes, and snippets.

@haruyama480
haruyama480 / patch
Created February 21, 2026 14:55
make golang/go/misc/chrome support v3 manifests
cat <<EOF | patch
diff --git a/misc/chrome/gophertool/background.html b/misc/chrome/gophertool/background.html
deleted file mode 100644
index 06daa98b14..0000000000
--- a/misc/chrome/gophertool/background.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<!--
- Copyright 2011 The Go Authors. All rights reserved.