7 lines
64 B
Go
7 lines
64 B
Go
package web
|
|
|
|
type Header struct {
|
|
Key string
|
|
Value string
|
|
}
|