Go.mod и context_test.go в студию
Можно на pastebin и из теста только шапку
module nigless/try-go go 1.16 require github.com/stretchr/testify v1.7.0 // indirect package context import ( "testing" "github.com/stretchr/testify/assert" ) func ModifyChilds(t *testing.T) { ctx := Context{} assert.Nil(t, ctx.AddChild(&Context{}), "") }
И лежит тест в <proj root>/context ?
странно что оно помечено как indirect
теперь уже не отмечено
Обсуждают сегодня