Skip to content

Commit

Permalink
minor import changes
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Oct 7, 2023
1 parent 299c261 commit d6d1f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/vinegar/binary.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"log"
"fmt"
"log"
"os/exec"
"path/filepath"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion util/net.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package util

import (
"errors"
"fmt"
"io"
"errors"
"net/http"
"os"
)
Expand Down

0 comments on commit d6d1f74

Please sign in to comment.