summaryrefslogtreecommitdiff
path: root/fedora.go
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-02 07:16:38 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-02 07:16:38 +0000
commitfbb3ac9cc93fcca3f4a18709c9d93011ba92571c (patch)
tree4040bb756c366a599b470b858acbe639768202da /fedora.go
parentd4ac107ca1b2677e2b7832f5c2c90114a7730e30 (diff)
automatic import of golangopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'fedora.go')
-rw-r--r--fedora.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/fedora.go b/fedora.go
new file mode 100644
index 0000000..81b28ba
--- /dev/null
+++ b/fedora.go
@@ -0,0 +1,7 @@
+// +build rpm_crashtraceback
+
+package runtime
+
+func init() {
+ setTraceback("crash")
+}