7 lines
145 B
Go
7 lines
145 B
Go
package spc
|
|
|
|
// Source driver strings registered by weatherfeeder for SPC sources.
|
|
const (
|
|
DriverConvectiveOutlook = "spc_convective_outlook"
|
|
)
|