From 5dfa1db0a8c443a7ded47ef38b448d488a604049 Mon Sep 17 00:00:00 2001 From: Edward Date: Sun, 10 May 2020 22:25:50 +0800 Subject: [PATCH] add a README.md for playground dir --- go.sum | 2 ++ playground/README.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 playground/README.md diff --git a/go.sum b/go.sum index 1ac7c60..a0e0658 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/playground/README.md b/playground/README.md new file mode 100644 index 0000000..6aa348f --- /dev/null +++ b/playground/README.md @@ -0,0 +1,3 @@ +## Playground + +example and testing cases in Playground dir will be moved or merge to :[go-exercise] \ No newline at end of file