types.go
changeset 18 cc25503a10b6
parent 17 9f17ef336aad
child 20 3379b2ff8f4c
equal deleted inserted replaced
17:9f17ef336aad 18:cc25503a10b6
     1 package gondole
     1 package gondole
     2 
     2 
     3 import (
     3 import (
     4 	"github.com/urfave/cli"
       
     5 	"gopkg.in/asn1-ber.v1"
       
     6 	"net/textproto"
       
     7 	"time"
     4 	"time"
     8 )
     5 )
     9 
     6 
    10 type Gondole struct {
     7 type Gondole struct {
    11 	Name        string
     8 	Name        string