We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccfbff commit 65047ecCopy full SHA for 65047ec
advanced/defer/defer.go
@@ -0,0 +1,8 @@
1
+package main
2
+
3
+import "fmt"
4
5
+func main() {
6
+ defer fmt.Println("Kamal <defer>")
7
+ fmt.Println("Welcome dear")
8
+}
0 commit comments