More humble doc comments.

This commit is contained in:
Alexey Skobkin 2016-03-29 10:53:04 +03:00
parent 6e682828ee
commit 287d95055a
1 changed files with 1 additions and 0 deletions

View File

@ -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"`