Convert toolkit to go package

This change converts the toolkit installation logic to a go package
and invokes this installation over the go API instead of starting
this executable.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar
2024-09-19 13:35:42 +02:00
committed by Tariq Ibrahim
parent 6ca2700a17
commit 046a05921f
7 changed files with 51 additions and 113 deletions

View File

@@ -14,7 +14,7 @@
# limitations under the License.
*/
package main
package toolkit
import (
"bytes"