From 90f09d9f8184df48d57e162ed536926830b9bd27 Mon Sep 17 00:00:00 2001 From: goreadme Date: Tue, 19 Nov 2019 04:32:42 +0000 Subject: [PATCH] Update readme according to go doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f96949..c720877 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,8 @@ For command line bash completion testing use the `complete.Test` function. * [gocomplete](./gocomplete): Package main is complete tool for the go command line +* [install](./install): Package install provide installation functions of command completion. + * [predict](./predict): Package predict provides helper functions for completion predictors.