diff --git a/go.mod b/go.mod index 748cf4a..eb731fc 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module planet.osdn.jp/pkg/libmcpilauncher +module planet.osdn.jp/pkg/libmcpil go 1.18 diff --git a/launcher.go b/launcher.go index ed22fa5..55b7e58 100644 --- a/launcher.go +++ b/launcher.go @@ -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,