8c9c1e206d
Signed-off-by: Matt Moyer <moyerm@vmware.com>
11 lines
211 B
Go
11 lines
211 B
Go
// Copyright 2020 the Pinniped contributors. All Rights Reserved.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package main
|
|
|
|
import "github.com/vmware-tanzu/pinniped/cmd/pinniped/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|