
The contents of the files directory are all directly extracted from the golang 1.11.2 src rpm. The spec file has been updated to build a src tarball for go 1.12.9. The modifications can be viewed by examining a diff of the golang.spec and the golang.spec.orig files. Change-Id: Ib1bdde20d37147d08d38449d1db9c903cef38e7a Story: 2005860 Task: 35840 Depends-On: https://review.opendev.org/#/c/671147 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
8 lines
86 B
Go
8 lines
86 B
Go
// +build rpm_crashtraceback
|
|
|
|
package runtime
|
|
|
|
func init() {
|
|
setTraceback("crash")
|
|
}
|