Skip to content

Instantly share code, notes, and snippets.

View reynoldsm88's full-sized avatar

Michael Reynolds reynoldsm88

  • Two Six Labs
  • New York City
View GitHub Profile
@reynoldsm88
reynoldsm88 / _aws_golang_examples.md
Created January 26, 2021 21:45 — forked from eferro/_aws_golang_examples.md
golang aws: examples

AWS Golang SDK examples

@eferro
eferro / _aws_golang_examples.md
Last active July 21, 2023 09:35
golang aws: examples

AWS Golang SDK examples

@seratch
seratch / build.sbt
Created December 1, 2011 06:07
Scala School - Testing with specs2 examples
organization := "net.seratch"
name := "sandbox"
version := "0.1"
scalaVersion := "2.9.1"
libraryDependencies ++= Seq(
"junit" % "junit" % "4.9" withSources(),