Skip to content

Commit

Permalink
style: fix types/base_response.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lowzj committed Jul 5, 2018
1 parent 9b8ed83 commit 5bead82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dfget/types/base_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ package types
// BaseResponse defines the common fields of responses from supernode.
// Types of supernode's responses could be defines as following:
// type XXResponse struct {
// *BaseResponse
// Data *CustomizedDataStruct
// *BaseResponse
// Data *CustomizedDataStruct
// }
type BaseResponse struct {
// Code represents whether the response is successful.
Expand Down

0 comments on commit 5bead82

Please sign in to comment.