We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575b88b commit 6538dd1Copy full SHA for 6538dd1
dashboard/app/build/notify.txt
@@ -3,7 +3,7 @@ http://{{.Hostname}}/log/{{.LogHash}}
3
4
{{.Commit.Desc}}
5
6
-http://code.google.com/p/go/source/detail?r={{shortHash .Commit.Hash}}
+https://golang.org/change/{{shortHash .Commit.Hash}}
7
8
$ tail -200 < log
9
{{printf "%s" .LogText | tail 200}}
0 commit comments