We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10722af commit be6f31fCopy full SHA for be6f31f
1 file changed
main.go
@@ -2,10 +2,10 @@ package main
2
3
import (
4
"context"
5
- "exec"
6
"fmt"
7
"net/http"
8
"os"
+ "os/exec"
9
"sort"
10
"strings"
11
0 commit comments