Skip to content

Commit d3081ee

Browse files
authored
repo: fixup package migration (#7)
* repo: fixup package migration * ci: no sum file
1 parent 02e7702 commit d3081ee

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- uses: actions/setup-go@v5
2727
with:
2828
go-version-file: go.mod
29-
cache-dependency-path: '**/go.sum'
3029
- name: Show System
3130
run: |
3231
uname -a

context.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) NOXIDE.LOL
1+
// Copyright (c) CattleCloud LLC
22
// SPDX-License-Identifier: BSD-3-Clause
33

4-
// Package xtc implements a simplified and more convenient API for creating
4+
// Package scope implements a simplified and more convenient API for creating
55
// context.Context values with often used functionality like timeouts.
6-
package xtc
6+
package scope
77

88
import (
99
"context"

context_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Copyright (c) NOXIDE.LOL
1+
// Copyright (c) CattleCloud LLC
22
// SPDX-License-Identifier: BSD-3-Clause
33

4-
package xtc
4+
package scope
55

66
import (
77
"testing"

0 commit comments

Comments
 (0)