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