add a README.md for playground dir

This commit is contained in:
Edward 2020-05-10 22:25:50 +08:00
parent 5344f0e352
commit 5dfa1db0a8
2 changed files with 5 additions and 0 deletions

2
go.sum
View File

@ -6,8 +6,10 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/golang/go v0.0.0-20200503072332-53f27474a455 h1:ay8BLgDCVIRs7NZOyqOh/wycS6LaviF8bTmrs9yy2a8=
github.com/golang/go v0.0.0-20200509044625-0242d461c929 h1:Em+zBp9qONPwDiWt/WwXNxAhJkUoAT3huXjNkGnQvXs=
github.com/golang/go v0.0.0-20200510102235-000636fdb58c h1:YwPb4zsslkaaoXQSZwicU7Idx6cwKSc9MMi8MxhKruU=
github.com/golang/go/src v0.0.0-20200503072332-53f27474a455 h1:nFFYbwvrsBUXVDczcIUoBiCLx4IPBnWu2zByCGn36cg=
github.com/golang/go/src v0.0.0-20200509044625-0242d461c929 h1:0oubbfFk6+m8E9yeUB+H+yt8ILOPdxXtkLFcjxuN+Dc=
github.com/golang/go/src v0.0.0-20200510102235-000636fdb58c h1:0KBw0VHp9QLiiVfPwrjUW96sEX/4+0sZVKbS0O1Kr+w=
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
github.com/graphql-go/graphql v0.7.9 h1:5Va/Rt4l5g3YjwDnid3vFfn43faaQBq7rMcIZ0VnV34=
github.com/graphql-go/graphql v0.7.9/go.mod h1:k6yrAYQaSP59DC5UVxbgxESlmVyojThKdORUqGDGmrI=

3
playground/README.md Normal file
View File

@ -0,0 +1,3 @@
## Playground
example and testing cases in Playground dir will be moved or merge to :[go-exercise] <https://github.com/crazybber/go-fucking-exercise>