send-over-http

Share a file with someone on your local network using QR Code
Log | Files | Refs | README

commit cf0e8b9d5a0d4c34d08374488c901451245bffee
parent 45efff03924d6512255f6c0dffcca93f6d988416
Author: Slack Coder <slackcoder@server.ky>
Date:   Fri, 15 Sep 2023 08:03:20 -0500

Update module owner

Diffstat:
Mcmd/send-over-http/main.go | 2+-
Mgo.mod | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/send-over-http/main.go b/cmd/send-over-http/main.go @@ -6,7 +6,7 @@ import ( "os" "time" - sendoverhttp "git.server.ky/cypher/send-over-http" + sendoverhttp "git.server.ky/slackcoder/send-over-http" ) func exitOnErr(err error) { diff --git a/go.mod b/go.mod @@ -1,4 +1,4 @@ -module git.server.ky/cypher/send-over-http +module git.server.ky/slackcoder/send-over-http go 1.17