Compare commits

..

No commits in common. "6252db95000e124462794ba8b13fe96b620ba3f9" and "e44d286ab2a5405ad9a8f3fd384d62c6a50a9adf" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View File

@ -1,5 +1,3 @@
# go-embed-test # go-embed-test
Testing how //go:embed works for an imported module Testing how //go:embed works for an imported module
Results: The test actually worked! Neat!

View File

@ -1,11 +0,0 @@
package main
import (
"fmt"
embedtest "git.icomputeconsulting.com/bminer/go-embed-test"
)
func main() {
fmt.Print(embedtest.Embed())
}