Testing how //go:embed works for an imported module
Go to file
Blake Miner 6252db9500 Publish test app and test result 2022-04-18 11:25:51 -04:00
example Publish example usage 2022-04-18 11:25:21 -04:00
LICENSE Initial commit 2022-04-15 17:32:01 +00:00
README.md Publish test app and test result 2022-04-18 11:25:51 -04:00
embed.txt Commit test code and go.mod 2022-04-18 11:22:21 -04:00
go.mod Commit test code and go.mod 2022-04-18 11:22:21 -04:00
test.go Commit test code and go.mod 2022-04-18 11:22:21 -04:00

README.md

go-embed-test

Testing how //go:embed works for an imported module

Results: The test actually worked! Neat!