mirror of
https://github.com/securego/gosec.git
synced 2024-11-06 03:55:50 +00:00
14 lines
219 B
Go
14 lines
219 B
Go
package gas_test
|
|
|
|
import (
|
|
. "github.com/onsi/ginkgo"
|
|
//. "github.com/onsi/gomega"
|
|
)
|
|
|
|
var _ = Describe("Helpers", func() {
|
|
Context("todo", func() {
|
|
It("should fail", func() {
|
|
Skip("Not implemented")
|
|
})
|
|
})
|
|
})
|