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: inconshreveable/mousetrap Loading
base: v1.0.1
Choose a base ref
...
head repository: inconshreveable/mousetrap Loading
compare: v1.1.0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 6, 2022

  1. remove support for go1.3

    go1.4 was released 8 Years ago, so it's very unlikely anyone is
    still using go1.3.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    163230f View commit details
    Browse the repository at this point in the history
  2. rename files to regular name, and update buildtags

    This allows us to remove the buildtag comment. Also updated
    the other buildtags to the current go format.
    
    Doing the rename in a separate commit, to assist Git history to
    continue keeping track.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    109353e View commit details
    Browse the repository at this point in the history
  3. remove "os" import

    os.Getppid() is an alias for syscall.Getppid(), which was
    already imported, so use it directly instead of the alias.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    15567a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Merge pull request #7 from thaJeztah/remove_go1.4

    remove support for go1.3
    inconshreveable committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    4e8053e View commit details
    Browse the repository at this point in the history
Loading