8 lines
69 B
Go
8 lines
69 B
Go
|
package main
|
||
|
|
||
|
type Account struct {
|
||
|
}
|
||
|
|
||
|
type ErrorResponse struct {
|
||
|
}
|