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: mattn/go-colorable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.11
Choose a base ref
...
head repository: mattn/go-colorable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.12
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Sep 29, 2021

  1. Use correct field to specify Go version in GitHub action

    There is a typo in the actions/setup-go step which leads to the Go
    version not being picked up correctly. Fix it.
    tklauser committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    f2a4b66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from tklauser/fix-go-version-gh-action

    Use correct field to specify Go version in GitHub action
    mattn authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    a1c5ae5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. delete buf

    buf(bytes.Buffer) is actually unused.
    naoyukis committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    699629e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from naoyukis/delete_buf

    delete buf
    mattn authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    e1bb79c View commit details
    Browse the repository at this point in the history
Loading