Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: skeymeulen/example-go-code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: golang/example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 10, 2025

  1. internal/cmd/weave: add -o flag

    Add a -o flag to the weave command, so that it can be more easily used
    with go:generate.
    
    Change-Id: I620c99528ab8156dd89700b1576c445c6ac7c55a
    Reviewed-on: https://go-review.googlesource.com/c/example/+/702377
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Alan Donovan <[email protected]>
    Auto-Submit: Robert Findley <[email protected]>
    findleyr authored and gopherbot committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    7a4eec5 View commit details
    Browse the repository at this point in the history
  2. internal/cmd/weave: fix missing newline

    Change-Id: Icd6026b2eafae254c0637a806e771334b4232fbd
    Reviewed-on: https://go-review.googlesource.com/c/example/+/702378
    Auto-Submit: Robert Findley <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Alan Donovan <[email protected]>
    findleyr authored and gopherbot committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    ca27133 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. internal/cmd/weave: keep track of minimum header depth

    Allow for outlines that start at a header level greater than 1, by
    keeping track of the minimum header level encountered in the table of
    contents.
    
    Change-Id: I779726531883ecae3f980eb47cefe886ffef8b4f
    Reviewed-on: https://go-review.googlesource.com/c/example/+/703895
    Reviewed-by: Alan Donovan <[email protected]>
    Auto-Submit: Robert Findley <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    findleyr authored and gopherbot committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    53021d5 View commit details
    Browse the repository at this point in the history
  2. internal/cmd/weave: print two levels of headings in TOC

    Print up to two levels of headings, independent of the root depth of the
    table of contents.
    
    Change-Id: I75c07a5983b2af2639ebb9bf76e4189a7b114143
    Reviewed-on: https://go-review.googlesource.com/c/example/+/703975
    Auto-Submit: Robert Findley <[email protected]>
    Reviewed-by: Alan Donovan <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    findleyr authored and gopherbot committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    7f05d21 View commit details
    Browse the repository at this point in the history
Loading