Renamed Id to ID, following GoLang convention
This commit is contained in:
@@ -5,7 +5,7 @@ const (
|
||||
)
|
||||
|
||||
type Property struct {
|
||||
Id string
|
||||
ID string
|
||||
Value string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user