Skip to content

A website for anonymously and securely sharing text data with links that are destroyed after being viewed

Notifications You must be signed in to change notification settings

matthewlmitchell/tempshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TempShare

A website for anonymously and securely sharing text data with links that are destroyed after being viewed.

Creating a file:

image

Viewing a file:

image

This can be run directly via:

go run cmd/web/!(*_test.go)

Or compiled into an executable

go build -o server cmd/web/!(*_test.go)

./server

Tests can be run from the project root folder via:

go test -v ./...

About

A website for anonymously and securely sharing text data with links that are destroyed after being viewed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published