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: gorilla/mux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: gorilla/mux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.2
Choose a head ref
  • 5 commits
  • 5 files changed
  • 4 contributors

Commits on Feb 17, 2019

  1. [docs] typo (#454)

    souvikhaldar authored and elithrar committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    8559a4f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. fix go1.12 go vet usage (#458)

    seriousben authored and kisielk committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    8eaa9f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15a353a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

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

Commits on May 17, 2019

  1. host:port matching does not require a :port to be specified.

    In lieu of checking the template pattern on every Match request, a bool is added to the routeRegexp, and set
    if the routeRegexp is a host AND there is no ":" in the template. I dislike extending the type, but I'd dislike
    doing a string match on every single Match, even more.
    cognusion authored and elithrar committed May 17, 2019
    Configuration menu
    Copy the full SHA
    ed099d4 View commit details
    Browse the repository at this point in the history
Loading