Skip to content

Commit

Permalink
Trying out GoLand.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanisham committed Jun 26, 2024
1 parent 324e938 commit c160eb9
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/zvm.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
package main

import (
// "errors"
// "flag"
// "fmt"
// "html/template"
"errors"
"os"
"strings"
Expand Down Expand Up @@ -81,7 +77,7 @@ var zvmApp = &opts.App{
req := cli.ExtractInstall(versionArg)
req.Version = strings.TrimPrefix(req.Version, "v")

// // Verify the requeste Zig version is good
// // Verify the request Zig version is good
// if err := zvm.ZigVersionIsValid(req.Package); err != nil {
// return err
// }
Expand Down

0 comments on commit c160eb9

Please sign in to comment.