From 038fd359aeba5f4b6a2273a2662cd89375dd0e13 Mon Sep 17 00:00:00 2001 From: Victor Vrantchan Date: Mon, 29 Jun 2020 08:48:49 -0400 Subject: [PATCH] use pkg instead of internal internal/ is too limiting, and by using pkg/ we can use the libraries in our own projects elsewhere. The netlify-functions/vanity service uses pkg/log already. --- {internal/kit => pkg}/id/id.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {internal/kit => pkg}/id/id.go (100%) diff --git a/internal/kit/id/id.go b/pkg/id/id.go similarity index 100% rename from internal/kit/id/id.go rename to pkg/id/id.go