Skip to content

Instantly share code, notes, and snippets.

@tdshipley
Created August 31, 2015 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdshipley/64bebe12736a75003f0f to your computer and use it in GitHub Desktop.
Save tdshipley/64bebe12736a75003f0f to your computer and use it in GitHub Desktop.
Import statement for go-ymal
package main
import (
"gopkg.in/yaml.v2"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment