Skip to content

Instantly share code, notes, and snippets.

View lswith's full-sized avatar
💭
I may be slow to respond.

Luke Swithenbank lswith

💭
I may be slow to respond.
View GitHub Profile
import {
asGlobalInterceptor,
bind,
BindingScope,
ContextTags,
inject,
Interceptor,
InvocationContext,
Provider,
ValueOrPromise,

Keybase proof

I hereby claim:

  • I am lswith on github.
  • I am lswith (https://keybase.io/lswith) on keybase.
  • I have a public key ASDgjhTjpKJSFZgz2bGrZRoDmLxJ73bXzSR0Axzkrbisago

To claim this, I am signing this object:

test

Keybase proof

I hereby claim:

  • I am lswith on github.
  • I am lswith (https://keybase.io/lswith) on keybase.
  • I have a public key ASCvCJRYzCScOHRBXboFuR3ng6Qq75L8bIo4gHj7f6VwjQo

To claim this, I am signing this object:

Process: carthage [34943]
Path: /usr/local/Cellar/carthage/0.24.0/bin/carthage
Identifier: carthage
Version: 0
Code Type: X86-64 (Native)
Parent Process: zsh [1621]
Responsible: carthage [34943]
User ID: 502
Date/Time: 2017-08-02 15:39:37.554 +1000
@lswith
lswith / Twilio.json
Created August 2, 2017 03:27
Twilio Carthage Binary json
{
"1.2.10" : "https://media.twiliocdn.com/sdk/ios/client/releases/1.2.10/twilio-client-ios-1.2.10.tar.bz2"
}
@lswith
lswith / FirebaseCore.json
Last active August 2, 2017 07:15
Firebase Carthage binary json
{
"4.0.4": "https://dl.google.com/dl/cpdc/c2c68fa8fffb6f20/FirebaseCore-4.0.4.tar.gz"
}
package main
import (
"fmt"
"github.com/op/go-logging"
"os"
)
var log = logging.MustGetLogger("hello")