whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
defer func() {
|
||||
fmt.Println("hi")
|
||||
}()
|
||||
fmt.Println("bye")
|
||||
}
|
||||
Reference in New Issue
Block a user