micro--go-micro
ebc315505b
Co-authored-by: Codex <codex@openai.com>
10 行
167 B
Go
10 行
167 B
Go
package main
|
|
|
|
import "testing"
|
|
|
|
func TestRunFirstAgent(t *testing.T) {
|
|
if err := runFirstAgent(); err != nil {
|
|
t.Fatalf("first-agent example failed: %v", err)
|
|
}
|
|
}
|