madon.go
changeset 154 eb83fd052cc5
parent 153 df8e8ca96e1a
child 156 70aadba26338
equal deleted inserted replaced
153:df8e8ca96e1a 154:eb83fd052cc5
    19 // apiCallParams is a map with the parameters for an API call
    19 // apiCallParams is a map with the parameters for an API call
    20 type apiCallParams map[string]string
    20 type apiCallParams map[string]string
    21 
    21 
    22 const (
    22 const (
    23 	// MadonVersion contains the version of the Madon library
    23 	// MadonVersion contains the version of the Madon library
    24 	MadonVersion = "1.1.1"
    24 	MadonVersion = "1.2.0-dev"
    25 
    25 
    26 	// API version implemented in this library
    26 	// API version implemented in this library
    27 	apiVersion     = "v1"
    27 	apiVersion     = "v1"
    28 	currentAPIPath = "/api/" + apiVersion
    28 	currentAPIPath = "/api/" + apiVersion
    29 
    29