From fa9f38f55646eed366c68e8bbb69e262baf9a547 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Sun, 22 Dec 2024 09:15:06 -0600 Subject: [PATCH 1/2] repo: fixup package migration --- context.go | 6 +++--- context_test.go | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/context.go b/context.go index de3ce38..8aeeb2a 100644 --- a/context.go +++ b/context.go @@ -1,9 +1,9 @@ -// Copyright (c) NOXIDE.LOL +// Copyright (c) CattleCloud LLC // SPDX-License-Identifier: BSD-3-Clause -// Package xtc implements a simplified and more convenient API for creating +// Package scope implements a simplified and more convenient API for creating // context.Context values with often used functionality like timeouts. -package xtc +package scope import ( "context" diff --git a/context_test.go b/context_test.go index a3cb307..a1caadc 100644 --- a/context_test.go +++ b/context_test.go @@ -1,7 +1,7 @@ -// Copyright (c) NOXIDE.LOL +// Copyright (c) CattleCloud LLC // SPDX-License-Identifier: BSD-3-Clause -package xtc +package scope import ( "testing" From 3f9de38ac06e50e37763ea945cf98477b67741a9 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Sun, 22 Dec 2024 09:17:16 -0600 Subject: [PATCH 2/2] ci: no sum file --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe0f0af..78dd5c5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,6 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: go.mod - cache-dependency-path: '**/go.sum' - name: Show System run: | uname -a