Skip to content

Instantly share code, notes, and snippets.

@ox
Last active February 8, 2024 16:39
Show Gist options
  • Select an option

  • Save ox/65c36c8b21ff1acaf99a4fe69fd311b7 to your computer and use it in GitHub Desktop.

Select an option

Save ox/65c36c8b21ff1acaf99a4fe69fd311b7 to your computer and use it in GitHub Desktop.

Revisions

  1. ox revised this gist Feb 8, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion go-docs.optic
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    Rule {
    Matches {
    Url("pkg.go.dev")
    Domain("pkg.go.dev")
    }
    Action(Boost(10))
    }
  2. ox revised this gist Feb 8, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion go-docs.optic
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,5 @@ Rule {
    Matches {
    Url("pkg.go.dev")
    }
    Action(Boost(5))
    Action(Boost(10))
    }
  3. ox created this gist Feb 8, 2024.
    6 changes: 6 additions & 0 deletions go-docs.optic
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    Rule {
    Matches {
    Url("pkg.go.dev")
    }
    Action(Boost(5))
    }