From 6252db95000e124462794ba8b13fe96b620ba3f9 Mon Sep 17 00:00:00 2001 From: Blake Miner Date: Mon, 18 Apr 2022 11:25:51 -0400 Subject: [PATCH] Publish test app and test result --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecdfae0..1fd3da0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # go-embed-test -Testing how //go:embed works for an imported module \ No newline at end of file +Testing how //go:embed works for an imported module + +Results: The test actually worked! Neat!