5 lines
65 B
Go
5 lines
65 B
Go
package Meta
|
|
|
|
// Type for the sender name
|
|
type Sender string
|
package Meta
|
|
|
|
// Type for the sender name
|
|
type Sender string
|