Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
GiGurra committed Sep 20, 2024
1 parent e8f2d83 commit a91f848
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 2,10 @@ package main

import (
"fmt"
"log/slog"
"strconv"
"strings"

"github.com/GiGurra/boa/pkg/boa"
"github.com/gigurra/ai/common"
"github.com/gigurra/ai/config"
Expand All @@ -12,9 16,6 @@ import (
"github.com/google/uuid"
"github.com/samber/lo"
"github.com/spf13/cobra"
"log/slog"
"strconv"
"strings"
)

func main() {
Expand Down

0 comments on commit a91f848

Please sign in to comment.