Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove support for go1.3 #7

Merged
merged 3 commits into from Nov 27, 2022

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 <github@gone.nl>
    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 <github@gone.nl>
    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 <github@gone.nl>
    thaJeztah committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    15567a6 View commit details
    Browse the repository at this point in the history