[–] overcast 9y ago ↗ I think we have different definitions for the word "party", but congrats guys! :)
[–] ultimoo 9y 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 9y ago ↗ The present tool: https://godoc.org/golang.org/x/tools/cmd/present
[–] marcrosoft 9y ago ↗ The slides are unusable on mobile. [–] barsonme 9y 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 9y 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 9y ago ↗ What is the dir/... syntax. I never saw the doc on that one. [–] jimbishopp 9y 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 9y 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 9y ago ↗ It's specific to Go. Shell globbing has "⁎⁎", though.
[–] jimbishopp 9y 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 9y 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 9y ago ↗ It's specific to Go. Shell globbing has "⁎⁎", though.
[–] tbrock 9y 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 9y ago ↗ It's specific to Go. Shell globbing has "⁎⁎", though.
11 comments
[ 2.3 ms ] story [ 39.2 ms ] threadThey accept PRs, though ;)
https://golang.org/cmd/go/#hdr-Description_of_package_lists
It was certainly popularized by "go get ./...".