This commit is contained in:
Dax Raad
2025-06-10 18:10:30 -04:00
parent 14dcf43246
commit 49110f7412
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ package main
import (
"context"
"fmt"
"log/slog"
"os"
"path/filepath"
@@ -20,7 +19,6 @@ import (
var Version = "dev"
func main() {
fmt.Println(Version)
url := os.Getenv("OPENCODE_SERVER")
httpClient, err := client.NewClientWithResponses(url)
if err != nil {