Work on portmaster restructuring

This commit is contained in:
Daniel
2018-11-30 22:11:00 +01:00
parent 3990790f17
commit 62b1c03edc
13 changed files with 349 additions and 112 deletions

View File

@@ -1,6 +1,6 @@
package profile
// OS Identifier Prefix
// OS Identifier
const (
IdentifierPrefix = "lin:"
osIdentifier = "lin"
)