mirror of
https://github.com/containers/skopeo.git
synced 2025-10-22 11:44:05 +00:00
9 lines
135 B
Go
9 lines
135 B
Go
package main
|
|
|
|
import "github.com/codegangsta/cli"
|
|
|
|
// TODO(runcom)
|
|
func tags(c *cli.Context) (interface{}, error) {
|
|
return nil, nil
|
|
}
|