github.com/Coalfire-Research/Slackor@v0.0.0-20191010164036-aa32a7f9250b/pkg/README.md (about)

     1  # pkg
     2  Implant commands live here. This package is subdivided by operating system,
     3  using the same names as the golang `GOOS` environment variable, with the
     4  exception of `common`, which contains commands that will run on all platforms.
     5  
     6  Commands must satisfy the `Command` interface and must only take zero or more
     7  `string` arguments. If an argument should be a number or other type, it will
     8  need to be converted internally by the command.