From b5644680fdef2a1638e14b950dce6ba5a48f0a48 Mon Sep 17 00:00:00 2001 From: sam boyer Date: Mon, 12 Dec 2016 22:57:23 -0500 Subject: [PATCH] Update README w/note about official tooling --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e7fe49..4c7c3c4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ way. It is a distillation of the ideas behind language package managers like [cargo](https://crates.io/) (and others) into a library, artisanally handcrafted with ❤️ for Go's specific requirements. -`gps` is [on track](https://github.com/Masterminds/glide/issues/565) to become the engine behind [glide](https://glide.sh). +`gps` is [on track](https://github.com/Masterminds/glide/issues/565) to become +the engine behind [glide](https://glide.sh). It also powers the new, (hopefully) +official Go tooling, which we plan to make public at the beginning of 2017. The wiki has a [general introduction to the `gps` approach](https://github.com/sdboyer/gps/wiki/Introduction-to-gps), as well