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: dustin/go-humanize
base: v1.0.0
Choose a base ref
...
head repository: dustin/go-humanize
compare: v1.0.1
Choose a head ref
  • 8 commits
  • 14 files changed
  • 6 contributors

Commits on Feb 19, 2020

  1. Renew godoc url to pkg.go.dev from godoc.org

    kebhr authored and dustin committed Feb 19, 2020
    1 Configuration menu
    Copy the full SHA
    afde56e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Add go.mod

    Converting this package to Go modules makes it easier to use module proxies, etc.
    
    Additionally, bump Go versions in Travis CI configuration,
    and add new //go:build directives (https://tip.golang.org/cmd/go/#hdr-Build_constraints).
    AlekSi authored and dustin committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    249ff6c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    8c89973 View commit details
    Browse the repository at this point in the history
  2. Add 3 more cases

    sapk authored and dustin committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    d5090ed View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Fix staticcheck errors

    Fixed the following errors:
    
    	bigbytes_test.go:69:2: this value of got is never used (SA4006)
    	bytes_test.go:68:2: this value of got is never used (SA4006)
    	number.go:76:9: constant  overflow (compile)
    tompreston authored and dustin committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    bd075d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 10, 2023

  1. Fix TestVeryVeryBigBytes

    dustin committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    269a863 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ec74ab View commit details
    Browse the repository at this point in the history