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/oauth2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3e64809
Choose a base ref
...
head repository: golang/oauth2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b9c813b
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 1, 2024

  1. README: don't recommend go get

    These days people will just import the packages and the go tool will
    do the right thing. We don't need to explain it.
    
    Add a pointer to the git repo, though.
    
    For golang/go#62645
    
    Change-Id: Ib6a6fb8989df8071b20d50de446d05b270c1f1ae
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/624195
    Commit-Queue: Ian Lance Taylor <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Cody Oss <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    ianlancetaylor authored and gopherbot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    22134a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. all: make method and struct comments match the names

    Change-Id: I9fd025393acc12da59fdac1c416563324cd26af1
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/639695
    Auto-Submit: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Cherry Mui <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    cuishuang authored and gopherbot committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    49a531d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. google: add warning about externally-provided credentials

    Change-Id: Ic2ce6e9c3ed735f4fc6d78a22cf0d5e95fca91a1
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/643158
    TryBot-Result: Gopher Robot <[email protected]>
    Reviewed-by: Sai Sunder Srinivasan <[email protected]>
    Run-TryBot: Cody Oss <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Cody Oss <[email protected]>
    quartzmo authored and codyoss committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    b9c813b View commit details
    Browse the repository at this point in the history
Loading