%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/scrivo/highlight.php/test/detect/go/ |
Current File : /var/www/html/hr/api/vendor/scrivo/highlight.php/test/detect/go/default.txt |
package main import "fmt" func main() { ch := make(chan float64) ch <- 1.0e10 // magic number x, ok := <- ch defer fmt.Println(`exitting now\`) go println(len("hello world!")) return }