Skip to content

Commit 18c9a00

Browse files
committed
fix: Fixes #1352 by using a forked version of goembed
1 parent bfb3fd5 commit 18c9a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/embed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"go/token"
99
"strconv"
1010

11-
"github.com/visualfc/goembed"
11+
"github.com/msvitok77/goembed"
1212
)
1313

1414
func buildIdent(name string) string {

0 commit comments

Comments
 (0)