sync
This commit is contained in:
parent
14dcf43246
commit
49110f7412
3 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue