mirror of
https://bitbucket.org/skobkin/point-tools-go.git
synced 2024-11-23 21:36:05 +00:00
More humble doc comments.
This commit is contained in:
parent
6e682828ee
commit
287d95055a
|
@ -1,5 +1,6 @@
|
|||
package point_tools
|
||||
|
||||
// ApiError represents the typical error object in API response
|
||||
type ApiError struct {
|
||||
Code int `json:"code"`
|
||||
Message string `json:"message"`
|
||||
|
|
Loading…
Reference in a new issue