Skip to content

Commit be6f31f

Browse files
committed
fix import
1 parent 10722af commit be6f31f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ package main
22

33
import (
44
"context"
5-
"exec"
65
"fmt"
76
"net/http"
87
"os"
8+
"os/exec"
99
"sort"
1010
"strings"
1111

0 commit comments

Comments
 (0)