From 36e43a3c500eb569d6c0239e2d790911e9717adb Mon Sep 17 00:00:00 2001 From: cfunder Date: Mon, 26 Sep 2022 08:24:28 -0400 Subject: [PATCH] Shorter name --- go.mod | 2 +- launcher.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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,