Shorter name

This commit is contained in:
cfunder 2022-09-26 08:24:28 -04:00
parent 1a7c164690
commit 36e43a3c50
No known key found for this signature in database
GPG Key ID: 15227A6455DDF7EE
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module planet.osdn.jp/pkg/libmcpilauncher
module planet.osdn.jp/pkg/libmcpil
go 1.18

View File

@ -44,6 +44,7 @@ func GetOptionsList (executable_path string) []string {
// Launch the game provided the executable path
// Features must be a slice with strings of enabled features.
//
func Launch (
executable_path string,
username string,