9 lines
95 B
Go
9 lines
95 B
Go
package cmd
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestExecute(t *testing.T) {
|
|
Execute()
|
|
} |