1
0
mirror of https://github.com/taigrr/pastebin synced 2026-04-17 08:54:59 -07:00

Initial Commit

This commit is contained in:
2017-07-02 23:42:34 -07:00
commit 3c42d7d878
13 changed files with 369 additions and 0 deletions

7
config.go Normal file
View File

@@ -0,0 +1,7 @@
package main
// Config ...
type Config struct {
expiry int
fqdn string
}