summaryrefslogtreecommitdiff
path: root/fedora.go
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 02:18:27 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 02:18:27 +0000
commit84c1ee60a4e647e675dea9bb4653412c912b6e7d (patch)
tree4040bb756c366a599b470b858acbe639768202da /fedora.go
parent47d013e07846a08e7b7faef56f19f2413b4692fa (diff)
automatic import of golangopeneuler24.03_LTS
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")
+}