From d697456dc90adbaf68224ed7c115b38d5855e582 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 24 Jun 2019 11:29:13 +0200 Subject: migrate to go-modules Signed-off-by: Valentin Rothberg --- vendor/github.com/ijc/Gotty/TODO | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vendor/github.com/ijc/Gotty/TODO (limited to 'vendor/github.com/ijc/Gotty/TODO') diff --git a/vendor/github.com/ijc/Gotty/TODO b/vendor/github.com/ijc/Gotty/TODO new file mode 100644 index 000000000..470460531 --- /dev/null +++ b/vendor/github.com/ijc/Gotty/TODO @@ -0,0 +1,3 @@ +gotty.go:// TODO add more concurrency to name lookup, look for more opportunities. +all:// TODO add more documentation, with function usage in a doc.go file. +all:// TODO add more testing/benchmarking with go test. -- cgit v1.2.3-54-g00ecf