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!