v0.0.7 update imports from golang.org/x/tools fa7afc95f2
v0.0.7
commit 37af442
Author: Charlie Vieth [email protected]
Date: Sat Apr 23 19:11:12 2022 -0400
Add README
commit f020778
Author: Charlie Vieth [email protected]
Date: Sat Apr 23 19:09:25 2022 -0400
add MIT license
commit da8d3d7
Author: Charlie Vieth [email protected]
Date: Sat Apr 23 19:05:50 2022 -0400
github: add tests for Linux, macOS, and Windows
commit d080c42
Author: Charlie Vieth [email protected]
Date: Sat Apr 23 19:05:29 2022 -0400
mod_test: skip failing test
TODO: fix this test
commit 4a5020a
Author: Charlie Vieth [email protected]
Date: Sat Apr 23 19:01:08 2022 -0400
cache: remove dead code
commit 78b0a9d
Author: Charlie Vieth [email protected]
Date: Sat Apr 23 18:47:49 2022 -0400
gopathResolver: load package names in parallel
commit 29e41f1
Author: Charlie Vieth [email protected]
Date: Sat Apr 23 18:26:32 2022 -0400
mod: update depencies
commit b398ffe
Author: Charlie Vieth [email protected]
Date: Sat Apr 23 18:24:09 2022 -0400
update imports from golang.org/x/tools fa7afc95f2
NOTE: the TestNoMainModule is failing
commit 042b6f8
Author: Charlie Vieth [email protected]
Date: Wed Feb 23 23:59:46 2022 -0500
cache: fix data race in goEnvCache
commit ef3a3ea
Author: Charlie Vieth [email protected]
Date: Wed Feb 23 23:52:48 2022 -0500
fix: use os.ReadDir instead of ioutil.ReadDir for Context.ReadDir
TODO: the performance benefit of this change.