Skip to content

Commit bee83bb

Browse files
committed
save
1 parent b8d94f1 commit bee83bb

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/codemodify/systemkit-callstack
1+
module github.com/remoteit/systemkit-callstack
22

33
go 1.13

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-callstack
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
#

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
### Usage
2121
```go
2222
import (
23-
"github.com/codemodify/systemkit-callstack"
23+
"github.com/remoteit/systemkit-callstack"
2424
)
2525

2626
func main() {

0 commit comments

Comments
 (0)