Skip to content

Commit

Permalink
examples: Runnable examples from any computer
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenQuim committed Feb 8, 2024
1 parent 872e17e commit 027ec7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/basic/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module basic
module github.com/go-fuego/fuego/examples/basic

go 1.21.5

Expand Down
4 changes: 2 additions & 2 deletions examples/full-app-gourmet/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module simple-crud
module github.com/go-fuego/fuego/examples/hello-world/full-app-gourmet

go 1.21.3
go 1.22.0

require (
github.com/a-h/templ v0.2.513
Expand Down
3 changes: 3 additions & 0 deletions examples/hello-world/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/go-fuego/fuego/examples/hello-world

go 1.22.0

0 comments on commit 027ec7f

Please sign in to comment.