Skip to content

Instantly share code, notes, and snippets.

View shazbert's full-sized avatar
💩
Being Awesome!

Ryan O'Hara-Reid shazbert

💩
Being Awesome!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am shazbert on github.
  • I am shazbert (https://keybase.io/shazbert) on keybase.
  • I have a public key ASCXuQbX7-2cEJp9YLpBt3ysO28boraGbhLQOY-PtpfP5Ao

To claim this, I am signing this object:

package fixer
import (
"errors"
"fmt"
"log"
"net/url"
"strconv"
"github.com/thrasher-/gocryptotrader/common"
package orders
import (
"errors"
"log"
"sync"
"time"
"github.com/thrasher-/gocryptotrader/currency/pair"
)
package main
import (
"fmt"
"log"
"sync"
"time"
"github.com/thrasher-/gocryptotrader/currency"
"github.com/thrasher-/gocryptotrader/currency/pair"
@shazbert
shazbert / orders.go
Created April 5, 2018 05:57
Its getting BIGGER!
package orders
import (
"errors"
"log"
"sync"
)
const (
limitOrder = iota