weather/pkg/headers/header.go

7 lines
76 B
Go
Raw Normal View History

2021-03-01 23:53:22 +00:00
package headers
const (
//ContentType ...
ContentType = "Content-Type"
)