mirror of
https://github.com/taigrr/pastebin
synced 2025-01-18 04:03:18 -08:00
8 lines
78 B
Go
8 lines
78 B
Go
package main
|
|
|
|
// Config ...
|
|
type Config struct {
|
|
expiry int
|
|
fqdn string
|
|
}
|