Categorygithub.com/z0rr0/send
modulepackage
0.0.0-20210313190615-2655f85d5204
Repository: https://github.com/z0rr0/send.git
Documentation: pkg.go.dev

# README

Send

Go GoDoc

Send is a service to share private text and/or file data.

It supports:

  • expiration time
  • number of requests before deleting
  • AES encryption without secret saving

Build

make build

Test

make test

Development

# start / stop / restart
make start

Custom config file can be used from environment variable SENDCFG.

License

This source code is governed by a MIT license that can be found in the LICENSE file.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

Config is default configuration file name.
Name is a program name.

# Variables

BuildDate is build date.
GoVersion is runtime Go language version.
Revision is revision number.
Version is git version.