mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
8 lines
108 B
Go
8 lines
108 B
Go
|
package main
|
||
|
|
||
|
import "github.com/edgelesssys/constellation/debugd/cdbg/cmd"
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|