summaryrefslogtreecommitdiff
path: root/shapeshifter.go
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2022-03-02 09:40:09 -0500
committerSam Whited <sam@samwhited.com>2022-03-02 09:40:09 -0500
commit32872b5a198037082ab77f34bfb44200d09aee60 (patch)
tree141759a8eb82d54487dc03817e79e3f348b4c5ec /shapeshifter.go
parent0aa6226582efb8e563540ec1d3c5cfcd19200474 (diff)
Use Go Modules
Signed-off-by: Sam Whited <sam@samwhited.com>
Diffstat (limited to 'shapeshifter.go')
-rw-r--r--shapeshifter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/shapeshifter.go b/shapeshifter.go
index 7ac4665..25a6400 100644
--- a/shapeshifter.go
+++ b/shapeshifter.go
@@ -1,4 +1,4 @@
-package shapeshifter
+package shapeshifter // import "0xacab.org/leap/shapeshifter"
import (
"encoding/base64"