Skip to content

Commit e67a4aa

Browse files
committed
README: update the package list
dirhash, modfile, module, and semver simply forward to the upstream packages now, so we should no longer advertise them to users. txtar is very close to that state, but not quite. Add a note.
1 parent 4794549 commit e67a4aa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ Contributions are welcome, but please open an issue for discussion first.
1212

1313
Included are the following:
1414

15-
- dirhash: calculate hashes over directory trees the same way that the Go tool does.
1615
- goproxytest: a GOPROXY implementation designed for test use.
1716
- gotooltest: Use the Go tool inside test scripts (see testscript below)
1817
- imports: list of known architectures and OSs, and support for reading import statements.
19-
- modfile: read and write `go.mod` files while preserving formatting and comments.
20-
- module: module paths and versions.
2118
- par: do work in parallel.
22-
- semver: semantic version parsing.
2319
- testenv: information on the current testing environment.
2420
- testscript: script-based testing based on txtar files
2521
- txtar: simple text-based file archives for testing.
2622

23+
Note that most users of `txtar` should use https://pkg.go.dev/golang.org/x/tools/txtar instead.
24+
Our package will be replaced by it once https://github.com/golang/go/issues/59264 is fixed.
25+
2726
### testscript
2827

2928
The most popular package here is the [testscript](https://pkg.go.dev/github.com/rogpeppe/go-internal/testscript) package:

0 commit comments

Comments
 (0)