Skip to content

Instantly share code, notes, and snippets.

@nvtuan305
Created December 16, 2018 09:08
Show Gist options
  • Save nvtuan305/1b1ae4fbcf57942f8b3932ef1269fbce to your computer and use it in GitHub Desktop.
Save nvtuan305/1b1ae4fbcf57942f8b3932ef1269fbce to your computer and use it in GitHub Desktop.
Nothing
package main
import "fmt"
// Are you ready? :D
func readyToGo() bool {
return true
}
func main() {
fmt.Println("Ready?", readyToGo())
}
const got = async (result) => {
console.log("I got: " + result);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment