diff options
| author | Slack Coder <slackcoder@server.ky> | 2023-09-15 08:03:20 -0500 |
|---|---|---|
| committer | Slack Coder <slackcoder@server.ky> | 2023-09-15 08:14:00 -0500 |
| commit | cf0e8b9d5a0d4c34d08374488c901451245bffee (patch) | |
| tree | 454c43d00bd78ab33dd1a84a866c2d92958547ec /cmd | |
| parent | 45efff03924d6512255f6c0dffcca93f6d988416 (diff) | |
| download | send-over-http-cf0e8b9d5a0d4c34d08374488c901451245bffee.tar.xz | |
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/send-over-http/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/send-over-http/main.go b/cmd/send-over-http/main.go index 4bd9750..f9b4087 100644 --- 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) { |
