Compare commits
No commits in common. "6252db95000e124462794ba8b13fe96b620ba3f9" and "e44d286ab2a5405ad9a8f3fd384d62c6a50a9adf" have entirely different histories.
6252db9500
...
e44d286ab2
|
@ -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!
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
package main
|
|
||||||
|
|
||||||
import (
|
|
||||||
"fmt"
|
|
||||||
|
|
||||||
embedtest "git.icomputeconsulting.com/bminer/go-embed-test"
|
|
||||||
)
|
|
||||||
|
|
||||||
func main() {
|
|
||||||
fmt.Print(embedtest.Embed())
|
|
||||||
}
|
|
Loading…
Reference in New Issue