Skip to content

Commit

Permalink
Add back go.work
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Apr 7, 2024
1 parent a056ff4 commit b3a10ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
go 1.22.1

use .

use ./test
2 changes: 1 addition & 1 deletion test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {

// Build xtemplate
{
args := split(`go build -o xtemplate ../app/cmd`)
args := split(`go build -o xtemplate ../cmd`)
cmd := exec.Command(args[0], args[1:]...)
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stdout
Expand Down

0 comments on commit b3a10ae

Please sign in to comment.