pastebin/config.go
2017-07-02 23:42:34 -07:00

8 lines
78 B
Go

package main
// Config ...
type Config struct {
expiry int
fqdn string
}