This improves readability and allows gofmt to format the file. Signed-off-by: Ophestra <cat@gensokyo.uk>
10 lines
175 B
Go
10 lines
175 B
Go
package main
|
|
|
|
import (
|
|
"os"
|
|
|
|
"git.gensokyo.uk/security/fortify/test/sandbox"
|
|
)
|
|
|
|
func main() { (&sandbox.T{FS: os.DirFS("/")}).MustCheckFile(os.Args[1], "/tmp/sandbox-ok") }
|