Skip to content

Commit

Permalink
Add short/byte integer types
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1bdx committed Nov 20, 2023
1 parent 4dbca29 commit ef23b14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/xsd/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ var staticTypes = map[string]staticType{
"gDay": "string",
"gMonth": "string",
"time": "string",
"unsignedShort": "uint16",
"unsignedByte": "uint8",
"short": "int16",
"byte": "int8",
}

func StaticType(name string) staticType {
Expand Down

0 comments on commit ef23b14

Please sign in to comment.