mirror of
https://github.com/taigrr/shorturl
synced 2025-01-18 04:03:16 -08:00
7 lines
67 B
Go
7 lines
67 B
Go
package main
|
|
|
|
// Config ...
|
|
type Config struct {
|
|
baseURL string
|
|
}
|