Skip to content

Commit 7f8e603

Browse files
committed
save
1 parent 38aa109 commit 7f8e603

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

go.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"runtime/debug"
55
"sync"
66

7-
callstack "github.com/codemodify/systemkit-callstack"
7+
callstack "github.com/remoteit/systemkit-callstack"
88
)
99

1010
// ConcurrentCodeCrashCatcherDelegate -

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
module github.com/codemodify/systemkit-crashproof
1+
module github.com/remoteit/systemkit-crashproof
22

33
go 1.13
44

5-
require github.com/codemodify/systemkit-callstack v1.0.2
5+
require github.com/remoteit/systemkit-callstack v1.0.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/codemodify/systemkit-callstack v1.0.2 h1:IEqhyJVlU4l3TpRAs6gETM2cUCY0GZteWKc78qxjFNo=
2-
github.com/codemodify/systemkit-callstack v1.0.2/go.mod h1:tL2pYKPdNPOIwmZH9ZfR035fRfT5vObZn0Qd7gYryY4=
1+
github.com/remoteit/systemkit-callstack v1.0.3 h1:y2oJxrEFf+nW1YsXveid4lYLgHM2pVscTk5TBPT/+Og=
2+
github.com/remoteit/systemkit-callstack v1.0.3/go.mod h1:RzTpHtdVnY0MmwrWmNNzUMidL9LtwImB5ckAhZp1aM0=

license

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
#
2-
# The Free License
3-
# https://github.com/codemodify/TheFreeLicense
4-
#
5-
# ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~
6-
# @Authors : Nicolae Carabut
7-
# @URLs : https://github.com/codemodify/systemkit-terminal
8-
# @Contributors :
9-
# ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~
10-
#
11-
# You are free to use this art project as you see fit.
12-
# There are no mutual restrictions or mutual obligations of any kind.
2+
# remot3it
133
#

0 commit comments

Comments
 (0)