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: fatih/color
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.0
Choose a base ref
...
head repository: fatih/color
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.0
Choose a head ref
  • 9 commits
  • 317 files changed
  • 3 contributors

Commits on Dec 19, 2020

  1. Fix newline in README.md

    pkg.go.dev was showing an unnecessary newline in one of the code blocks.
    bl-ue authored Dec 19, 2020
    Configuration menu
    Copy the full SHA
    00278f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #125 from bl-ue/patch-1

    Fix newline in README.md
    fatih authored Dec 19, 2020
    Configuration menu
    Copy the full SHA
    4cad7da View commit details
    Browse the repository at this point in the history
  3. Fix typo

    setted -> set
    bl-ue authored Dec 19, 2020
    Configuration menu
    Copy the full SHA
    2b6d40c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Update README to help with GitHub Actions

    Marwan Sulaiman authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    f5d07ca View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Update README.md

    fatih authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    4e3c83a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from marwan-at-work/patch-1

    Update README to help with GitHub Actions
    fatih authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    d66acdd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Merge pull request #127 from bl-ue/patch-1

    Fix typo
    fatih authored Jan 31, 2021
    Configuration menu
    Copy the full SHA
    4d2835f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Remove vendor/ folder

    I started to like working on projects that **don't** use `vendor/`
    folders anymore. The Go ecosystem has improved a lot over the years.
    With the introduction of the Go module proxy, it's more efficient and
    faster for users as well.
    
    If you're interested, here is a blog post I wrote once that goes into
    more details:
    https://arslan.io/2019/08/02/why-you-should-use-a-go-module-proxy/
    fatih committed May 13, 2021
    Configuration menu
    Copy the full SHA
    8b8f621 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #138 from fatih/remove-vendor-folder

    Remove `vendor/` folder
    fatih authored May 13, 2021
    Configuration menu
    Copy the full SHA
    4e981ce View commit details
    Browse the repository at this point in the history
Loading