mirror of
https://github.com/thegeeklab/url-parser.git
synced 2024-11-15 01:30:42 +00:00
8 lines
93 B
Go
8 lines
93 B
Go
package config
|
|
|
|
type Config struct {
|
|
URL string
|
|
QueryField string
|
|
PathIndex int
|
|
}
|