Skip to content

Commit a6230dc

Browse files
Merge pull request #2 from open-traffic-generator/update_readme
Update readme
2 parents 3f5fd7b + bff2309 commit a6230dc

15 files changed

+403
-407
lines changed

.github/workflows/generate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config user.name "Github Actions Bot"
4141
git config user.email "[email protected]"
4242
git pull
43-
git add --force goopenl1s/\*
43+
git add --force gol1s/\*
4444
git add --force openl1s/\*
4545
git add --force requirements.txt
4646
if git status --porcelain | grep .

goopenl1s/common.go renamed to gol1s/common.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package goopenl1s
1+
package gol1s
22

33
import (
44
"context"

goopenl1s/common_test.go renamed to gol1s/common_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package goopenl1s
1+
package gol1s
22

33
import "testing"
44

goopenl1s/go.mod renamed to gol1s/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/open-traffic-generator/openl1s/goopenl1s
1+
module github.com/open-traffic-generator/openl1s/gol1s
22

33
go 1.16
44

File renamed without changes.

0 commit comments

Comments
 (0)