pin to v1.0.0 of github action parser

このコミットが含まれているのは:
Casey Lee
2019-02-06 22:36:08 -08:00
コミット 4b61fb3bc3
119個のファイルの変更9482行の追加3609行の削除

ファイルの表示

@@ -11,7 +11,7 @@ type EnumerableWithIndex interface {
// Map invokes the given function once for each element and returns a
// container containing the values returned by the given function.
// TODO need help on how to enforce this in containers (don't want to type assert when chaining)
// TODO would appreciate help on how to enforce this in containers (don't want to type assert when chaining)
// Map(func(index int, value interface{}) interface{}) Container
// Select returns a new container containing all elements for which the given function returns a true value.