mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-23 12:26:03 +03:00
8 lines
75 B
Go
8 lines
75 B
Go
|
package composite
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestComposite(t *testing.T) {
|
||
|
|
||
|
}
|