mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 13:06:30 +02:00
8 lines
227 B
Go
8 lines
227 B
Go
package core
|
|
|
|
// MetaExtension is the file extension of the mod metadata files
|
|
// Note that this is currently not required; it will only be used for new files.
|
|
const MetaExtension = ".pw.toml"
|
|
|
|
const MetaExtensionOld = ".toml"
|