File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
88import (
99 "context"
Original file line number Diff line number Diff line change 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
66import (
77 "testing"
You can’t perform that action at this time.
0 commit comments