Skip to content

Commit

Permalink
fix(json): handle mac format
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Jan 24, 2024
1 parent f6ab75f commit ad93fd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gen/ir/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ func (j JSON) Format() string {
return "IPv4"
case "ipv6":
return "IPv6"
case "mac":
return "MAC"
case "uri":
return "URI"
case "int", "int8", "int16", "int32", "int64",
Expand Down

0 comments on commit ad93fd3

Please sign in to comment.