[–] overcast 8y ago ↗ I think we have different definitions for the word "party", but congrats guys! :)
[–] ultimoo 8y ago ↗ Great work! On a side note -- what framework/software is used to make these browser based slide shows? They are super fast and also elegant looking. [–] matttproud 8y ago ↗ The present tool: https://godoc.org/golang.org/x/tools/cmd/present
[–] marcrosoft 8y ago ↗ The slides are unusable on mobile. [–] barsonme 8y ago ↗ Yes, they've been like that for a while. If you turn your phone horizontally it is better but still sucks.They accept PRs, though ;)
[–] barsonme 8y ago ↗ Yes, they've been like that for a while. If you turn your phone horizontally it is better but still sucks.They accept PRs, though ;)
[–] 0xdeadbeefbabe 8y ago ↗ What is the dir/... syntax. I never saw the doc on that one. [–] jimbishopp 8y ago ↗ Wildcard: "An import path is a pattern if it includes one or more "..." wildcards ... For example, net/... expands to net and packages in its subdirectories."https://golang.org/cmd/go/#hdr-Description_of_package_lists [–] tbrock 8y ago ↗ Right but was this a thing before golang existed or is it specific to go commands?It was certainly popularized by "go get ./...". [–] lobster_johnson 8y ago ↗ It's specific to Go. Shell globbing has "⁎⁎", though.
[–] jimbishopp 8y ago ↗ Wildcard: "An import path is a pattern if it includes one or more "..." wildcards ... For example, net/... expands to net and packages in its subdirectories."https://golang.org/cmd/go/#hdr-Description_of_package_lists [–] tbrock 8y ago ↗ Right but was this a thing before golang existed or is it specific to go commands?It was certainly popularized by "go get ./...". [–] lobster_johnson 8y ago ↗ It's specific to Go. Shell globbing has "⁎⁎", though.
[–] tbrock 8y ago ↗ Right but was this a thing before golang existed or is it specific to go commands?It was certainly popularized by "go get ./...". [–] lobster_johnson 8y ago ↗ It's specific to Go. Shell globbing has "⁎⁎", though.
11 comments
[ 3.4 ms ] story [ 34.6 ms ] threadThey accept PRs, though ;)
https://golang.org/cmd/go/#hdr-Description_of_package_lists
It was certainly popularized by "go get ./...".