Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
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: gregjones/httpcache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9cad4c3
Choose a base ref
...
head repository: gregjones/httpcache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 901d907
Choose a head ref
  • 4 commits
  • 11 files changed
  • 3 contributors

Commits on Nov 10, 2018

  1. Copy the full SHA
    c63ab54 View commit details

Commits on Feb 3, 2019

  1. .travis.yml: bump to Go 1.11, use 'gofmt -s' (#92)

    * .travis.yml: Bump to modern Go (1.11)
    
    Go 1.11 came out in August [1], which means Go 1.9 and earlier are no
    longer supported [2].  Just test on supported versions.
    
    [1]: https://golang.org/doc/devel/release.html#go1.11
    [2]: https://golang.org/doc/devel/release.html#policy
    
    * Revert "Remove simplify-code option, for now"
    
    This reverts commit be6978e (Remove
    simplify-code option, for now, 2016-03-12, #40).  I expect this was
    due to a simplification change between Go versions (the commit message
    doesn't say), but none of the versions which we were using back then
    are supported any more.
    
    * httpcache: Update gofmt
    
    Generated with:
    
      $ gofmt -s -w *.go */*.go
    
    using:
    
      $ go version
      go version go1.11.2 linux/amd64
    
    * .travis.yml: Only run 'gofmt' on 1.11.x
    
    The indent heuristic changed with Go 1.11 [1], so there's no single
    form that satisfies gofmt for both Go 1.10 and Go 1.11.  With this
    commit, we now only run gofmt on 1.11.
    
    Docs for the 'include' syntax are in [2].
    
    Also replace the double-diff with a 'gofmt -w ...' to write the
    changes and a 'git diff ...' call to display the changes and exit
    non-zero if there were any.
    
    [1]: https://golang.org/doc/go1.11#gofmt
    [2]: https://docs.travis-ci.com/user/customizing-the-build/#explicitly-including-jobs
    wking authored and dmitshur committed Feb 3, 2019
    Copy the full SHA
    7a90257 View commit details

Commits on Feb 12, 2019

  1. test: Add a helper for testing cache implementations (#91)

    This DRYs things up a bit (and gives me a single place to edit the
    tests when I get around to streaming caches).
    wking authored and gregjones committed Feb 12, 2019
    Copy the full SHA
    3befbb6 View commit details

Commits on Jun 11, 2019

  1. Copy the full SHA
    901d907 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff 9cad4c3...901d907