Skip to content

Commit ad397d3

Browse files
authored
Update stream.go
1 parent 15ec663 commit ad397d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

memory/stream.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ package memory
22

33
import (
44
"fmt"
5-
"os"
65
"os/exec"
7-
"runtime"
86
"strings"
97

108
. "github.com/oneclickvirt/defaultset"
@@ -92,4 +90,4 @@ func parseStreamOutput(output, language string) string {
9290
}
9391

9492
return result.String()
95-
}
93+
}

0 commit comments

Comments
 (0)