mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-19 01:24:32 +01:00
Eradicate variable-size integer types where not used by interface or as index (fixes #107)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package modrinth
|
||||
|
||||
type Pack struct {
|
||||
FormatVersion int `json:"formatVersion"`
|
||||
FormatVersion uint32 `json:"formatVersion"`
|
||||
Game string `json:"game"`
|
||||
VersionID string `json:"versionId"`
|
||||
Name string `json:"name"`
|
||||
|
||||
Reference in New Issue
Block a user