$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"gopkg.in/mgo.v2" | |
"gopkg.in/mgo.v2/bson" | |
) | |
func main() { | |
session, err := mgo.Dial("localhost") | |
if err != nil { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "../../../../vendor/angular-ui-grid-src/src/less/grid"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/header"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/body"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/cell"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/native-scrollbar"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/footer"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/menu"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/sorting"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/icons"; | |
@import "../../../../vendor/angular-ui-grid-src/src/less/rtl"; |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
- Related Setup: https://gist.github.com/hofmannsven/6814278
- Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
- Interactive Beginners Tutorial: http://try.github.io/
- Git Cheatsheet by GitHub: https://services.github.com/on-demand/downloads/github-git-cheat-sheet/
Press minus + shift + s
and return
to chop/fold long lines!