github.com/rogpeppe/gohack
v1.0.2
#1853 most downloaded on Go modules
rogpeppe/gohack
What this package is like to depend on
Last release 1 years ago
03 Jun 2025
Ships unpredictably
gaps range from 2 weeks to 5.5 years
Some releases are documented
notes for 2 of 4 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
17 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
17 releases · Aug 2018 to Jun 2025Releases
latest 17-
v1.0.3-0.20250603143945-301c948ae93603 Jun 2025 pre-releaseNothing published for this version
-
v1.0.3-0.20191117101618-03d2ff3646b717 Nov 2019 pre-releaseNothing published for this version
-
v1.0.3-0.20191008162304-c2e465acfbf408 Oct 2019 pre-releaseNothing published for this version
-
v1.0.3-0.20190916154315-0e0a004fa21a16 Sep 2019 pre-releaseNothing published for this version
-
v1.0.3-0.20190622142117-c30549a1c65022 Jun 2019 pre-releaseNothing published for this version
-
v1.0.3-0.20190523071842-4cbac3f46b2623 May 2019 pre-releaseNothing published for this version
-
v1.0.201 Apr 2019Release notes
Open source →main: fix definition and implementation of relative GOHACK (#49)
rogpeppe has a far sharper brain than me and pointed out a major issue
with the previous implementation: that we hadn't actually implemented
a relative value of GOHACK relative to the main module. -
v1.0.129 Mar 2019Release notes
Open source →Allow relative paths in GOHACK env var (#45)
Prior to this change, we were using `filepath.Join()` to derive a
replacement for the module dir. But this is not enough to
support relative directories, as `Join()` cleans the resulting path,
removing any `"./"` prefix (which is needed by the replace drective when
using a local directory).This change adds the `"./"` prefix if the user specified it in the GOHACK
env var.Note that relative parent directory `".."` is not cleaned by
`filepath.Join()`, so we do not need to cater to this case, and an added
test proves that this works.fixes #44
-
v1.0.025 Oct 2018Nothing published for this version
-
v1.0.0-alpha.225 Oct 2018 pre-releaseNothing published for this version
-
v1.0.0-alpha.118 Oct 2018 pre-releaseNothing published for this version
-
v1.0.0-alpha.0.20181018073342-dad0e3a6b0b718 Oct 2018 pre-releaseNothing published for this version
-
v1.0.0-alpha.0.20181017220651-32c38d08025e17 Oct 2018 pre-releaseNothing published for this version
-
v1.0.0-alpha04 Oct 2018 pre-releaseNothing published for this version
-
v0.0.2-0.20181004105843-6b14ebceef1e04 Oct 2018 pre-releaseNothing published for this version
-
v0.0.2-0.20180930070559-d1269c93758a30 Sep 2018 pre-releaseNothing published for this version
-
v0.0.124 Aug 2018Nothing published for this version