Golang library for launching MC:Pi-Reborn
Revision | be5be7eae20f9e5beda18bc403782f7c960784cb (tree) |
---|---|
Time | 2022-09-26 22:40:01 |
Author | cfunder <cfunder@user...> |
Commiter | cfunder |
v1.0
@@ -1,10 +1,12 @@ | ||
1 | -package launcher | |
1 | +package libmcpil | |
2 | 2 | import ( |
3 | 3 | "strings" |
4 | 4 | "os/exec" |
5 | 5 | "os" |
6 | 6 | ) |
7 | 7 | |
8 | +const Version = "1.0" | |
9 | + | |
8 | 10 | // Fetch the options from an executable_path as a map. |
9 | 11 | // executable_path must be a string with an executable |
10 | 12 | // that provides --print-available-feature-flags and its |