Skip to content

Commit

Permalink
Remove python file and sync main
Browse files Browse the repository at this point in the history
  • Loading branch information
samcofer committed May 21, 2024
1 parent c4f223c commit 25b41b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 48 deletions.
48 changes: 0 additions & 48 deletions downloadjson.py

This file was deleted.

3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ package main

import (
"C"
"github.com/sol-eng/wbi/cmd"
"github.com/sol-eng/wbi/internal/config"
"github.com/sol-eng/wbi/internal/languages"
"github.com/sol-eng/wbi/internal/prodrivers"
"github.com/sol-eng/wbi/internal/quarto"
"github.com/sol-eng/wbi/internal/workbench"
"os"
"strings"
)

Expand All @@ -18,6 +20,7 @@ var (
)

func main() {
cmd.Execute(version, os.Args[1:])
}

func OSSwitch(osGo string) config.OperatingSystem {
Expand Down

0 comments on commit 25b41b1

Please sign in to comment.