Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

package main
import (
"encoding/json"
"fmt"
"strings"
"time"
coincheckgo "github.com/Akagi201/coincheckgo"
)
package main
import (
"fmt"
coincheckgo "github.com/Akagi201/coincheckgo"
)
type TickerResult struct {
Last float64
@tng527
tng527 / Brewfile
Last active September 14, 2020 07:56
Mac新規構築時のアプリケーション
tap "go-swagger/go-swagger"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
brew "pcre"
brew "expect"
brew "ffmpeg"
brew "git"
brew "gitlab-runner", restart_service: true
@tng527
tng527 / lgtm.go
Created December 23, 2020 08:48
LGTM GIF画像を生成するスクリプト
package main
import (
"bytes"
"encoding/json"
"fmt"
"image"
"image/color"
"image/draw"
"image/gif"