summaryrefslogtreecommitdiff
path: root/community/go/go.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/go/go.install')
-rw-r--r--community/go/go.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/go/go.install b/community/go/go.install
index 286aaf9dd..d8a228e08 100644
--- a/community/go/go.install
+++ b/community/go/go.install
@@ -1,6 +1,8 @@
post_install() {
# Friendly message for new users
echo
+ echo 'The "liteide" package provides an IDE for editing and building Go projects.'
+ echo
echo 'Example use of the "go" tool:'
echo
echo ' mkdir ~/go'