Skip to content

Instantly share code, notes, and snippets.

View tomweston's full-sized avatar
🏄‍♂️
Would rather be surfing

Tom Weston tomweston

🏄‍♂️
Would rather be surfing
View GitHub Profile
@tomweston
tomweston / designer.html
Last active August 29, 2015 14:08
designer
<link rel="import" href="../paper-checkbox/paper-checkbox.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@tomweston
tomweston / go.mod
Created August 14, 2023 16:16 — forked from seratch/go.mod
Slack Socket Mode in Go
module socket-mode-app
go 1.15
require github.com/slack-go/slack v0.8.0