Skip to content

Commit

Permalink
update readme with remaining modules (so far)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Mar 29, 2023
1 parent 8dc95ca commit e65f4c1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
This repository factors out an opinionated selection of internal packages and functionality from the Go standard
library. Currently this consists mostly of packages and testing code from within the Go tool implementation.
This is a fork/hacked up version of https://github.com/rogpeppe/go-internal as a toplevel testscript/ minimal module

Included are the following:

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

# Links

Expand Down

0 comments on commit e65f4c1

Please sign in to comment.