Initial commit (#1)

* initial
This commit is contained in:
Teppei Fukuda
2019-05-07 15:41:03 +09:00
committed by GitHub
parent fc51f69982
commit 84fec5ae12
53 changed files with 4189 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
// +build linux darwin
package ospkg
import (
_ "github.com/knqyf263/fanal/analyzer/pkg/rpmcmd"
// TODO: Eliminate the dependency on "rpm" command
// _ "github.com/knqyf263/fanal/analyzer/pkg/rpm"
)