6 lines
90 B
Go
6 lines
90 B
Go
package cnst
|
|
|
|
const (
|
|
Url string = "https://digital.mchs.gov.ru/testing/api/instance/"
|
|
)
|