We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ab7a6 commit 0d8a8caCopy full SHA for 0d8a8ca
.gitignore
@@ -31,3 +31,6 @@ vendor
31
32
# test files
33
*/views/ShouldReload.*
34
+
35
+# Go workspace file
36
+go.work.sum
go.work
@@ -0,0 +1,14 @@
1
+go 1.20
2
3
+use (
4
+ .
5
+ ./ace
6
+ ./amber
7
+ ./django
8
+ ./handlebars
9
+ ./html
10
+ ./jet
11
+ ./mustache
12
+ ./pug
13
+ ./slim
14
+)
0 commit comments