app.go
changeset 162 68df3a01e1a7
parent 159 408aa794d9bb
child 165 6fe8c96e7263
equal deleted inserted replaced
161:6786f169b59f 162:68df3a01e1a7
     6 */
     6 */
     7 
     7 
     8 package madon
     8 package madon
     9 
     9 
    10 import (
    10 import (
    11 	"errors"
       
    12 	"net/url"
    11 	"net/url"
    13 	"strings"
    12 	"strings"
    14 
    13 
       
    14 	"github.com/pkg/errors"
    15 	"github.com/sendgrid/rest"
    15 	"github.com/sendgrid/rest"
    16 )
    16 )
    17 
    17 
    18 type registerApp struct {
    18 type registerApp struct {
    19 	ID           int64  `json:"id"`
    19 	ID           int64  `json:"id"`