summaryrefslogtreecommitdiff
path: root/debian/golang-tools.templates
blob: 57284d34ade9c5959c4444d2bca586f0749e577e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Template: golang-tools/dashboard
Type: boolean
Default: true
Description: Report installation of public packages to Go Dashboard?
 goinstall reports the successful installation of the public packages
 to godashboard.appspot.com, which increments a count associated with
 the package and the time of its most recent installation.  This
 mechanism powers the package list at the Go Dashboard, allowing Go
 programmers to learn about popular packages that might be worth
 looking at.
 .
 If you choose to participate, the goinstall will report each
 successful installation to the Go Dashboard.
 .
 This choice can be later modified by running "dpkg-reconfigure
 golang-tools".