From fddd6f7d9542c85b050c2d5ac04a8cfb07a24af4 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 28 Apr 2022 15:15:50 -0700 Subject: [PATCH] Move linker to the acme package. --- acme/{api => }/linker.go | 2 +- acme/{api => }/linker_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename acme/{api => }/linker.go (99%) rename acme/{api => }/linker_test.go (99%) diff --git a/acme/api/linker.go b/acme/linker.go similarity index 99% rename from acme/api/linker.go rename to acme/linker.go index 114ba698..8dc87b14 100644 --- a/acme/api/linker.go +++ b/acme/linker.go @@ -1,4 +1,4 @@ -package api +package acme import ( "context" diff --git a/acme/api/linker_test.go b/acme/linker_test.go similarity index 99% rename from acme/api/linker_test.go rename to acme/linker_test.go index 74c2c8b0..a8612e6b 100644 --- a/acme/api/linker_test.go +++ b/acme/linker_test.go @@ -1,4 +1,4 @@ -package api +package acme import ( "context"