pastebin/config.go

8 lines
78 B
Go
Raw Normal View History

2017-07-03 06:42:34 +00:00
package main
// Config ...
type Config struct {
expiry int
fqdn string
}