Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 4, 2022. It is now read-only.

Conversation

@marcofranssen
Copy link
Contributor

image

```go main.go https://play.golang.org/p/qBTbYiZezKB playground
package main

import "fmt"

func main() {
     deferExample()
     fmt.Println("Returned from deferExample.")
}

func deferExample() {
     defer fmt.Println("Deferred log.")
     fmt.Println("Print line.")
}

@ppoffice ppoffice merged commit 5ab7538 into ppoffice:master Jan 4, 2019
@marcofranssen marcofranssen deleted the feature/url-in-code-block branch January 6, 2019 16:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants