Last active
February 8, 2024 16:39
-
-
Save ox/65c36c8b21ff1acaf99a4fe69fd311b7 to your computer and use it in GitHub Desktop.
Revisions
-
ox revised this gist
Feb 8, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ Rule { Matches { Domain("pkg.go.dev") } Action(Boost(10)) } -
ox revised this gist
Feb 8, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,5 +2,5 @@ Rule { Matches { Url("pkg.go.dev") } Action(Boost(10)) } -
ox created this gist
Feb 8, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ Rule { Matches { Url("pkg.go.dev") } Action(Boost(5)) }