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: golang/glog
base: 23def4e
Choose a base ref
...
head repository: golang/glog
compare: v1.0.0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 6 contributors

Commits on Apr 22, 2021

  1. Copy the full SHA
    1c82741 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Merge pull request #50 from joaoofreitas/master

    Update README file to Markdown 📃
    robpike committed Apr 29, 2021
    Copy the full SHA
    424d233 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. glog: simplify range loop (#37)

    Just a tiny bit nicer to read.
    muesli committed Aug 20, 2021
    Copy the full SHA
    d5eac5e View commit details
    Browse the repository at this point in the history
  2. glog: add go.mod (#46)

    Tested to work on go1.11 with:
    
      go get golang.org/dl/go1.11
      go1.11 download
      go1.11 test
    
    Co-authored-by: Marc-Antoine Ruel <maruel@google.com>
    maruel and Marc-Antoine Ruel committed Aug 20, 2021
    Copy the full SHA
    cba94dd View commit details
    Browse the repository at this point in the history
  3. glog: fix doc comment for V (#47)

    V logs if the level is at most the -v setting.
    (If it is bigger (V(2) with -v=1) then it doesn't.)
    The text said "at least" instead.
    Spground committed Aug 20, 2021
    Copy the full SHA
    9ef845f View commit details
    Browse the repository at this point in the history