Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 # Copyright 2011 The Go Authors. All rights reserved. | 1 # Copyright 2011 The Go Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style | 2 # Use of this source code is governed by a BSD-style |
3 # license that can be found in the LICENSE file. | 3 # license that can be found in the LICENSE file. |
4 | 4 |
5 mail_from = "Go Dashboard <builder@golang.org>" | 5 mail_from = "Go Dashboard <builder@golang.org>" |
6 | 6 |
7 mail_submit_to = "adg@golang.org" | 7 mail_submit_to = "adg@golang.org" |
8 mail_submit_subject = "New Project Submitted" | 8 mail_submit_subject = "New Project Submitted" |
9 | 9 |
10 mail_fail_to = "golang-dev@googlegroups.com" | 10 mail_fail_to = "golang-dev@googlegroups.com" |
11 mail_fail_subject = "\"%s\" broke %s" | 11 mail_fail_subject = "%s broken by %s" |
rsc1
2011/02/14 02:55:53
you limit the \"%s\" length so that it doesn't get
adg
2011/02/14 19:04:18
Done.
| |
12 subject_desc_length = 30 | |
13 | 12 |
LEFT | RIGHT |