Skip to content

Commit

Permalink
Fix golint issue caused by incorrect comment (#1795)
Browse files Browse the repository at this point in the history
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
  • Loading branch information
Guangwen Feng authored Apr 12, 2021
1 parent c5d006c commit 5c99a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attribute/value.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
BOOL
// INT64 is a 64-bit signed integral Type Value.
INT64
// UINT32 is a 32-bit unsigned integral Type Value.
// FLOAT64 is a 64-bit floating point Type Value.
FLOAT64
// STRING is a string Type Value.
STRING
Expand Down

0 comments on commit 5c99a34

Please sign in to comment.