Skip to content

Instantly share code, notes, and snippets.

provider "yandex" {
token = ""
cloud_id = ""
folder_id = ""
zone = ""
}
variable "instance_root_disk" {
default = "20"
}
@vyachin
vyachin / gist:ce515be700caf83a57f471f1432e174d
Last active June 13, 2019 06:10
golang protobuf livecoin
package main
import (
"awesomeProject/protobuf_ws"
"crypto/hmac"
"crypto/sha256"
"errors"
"fmt"
"github.com/golang/protobuf/proto"
"github.com/gorilla/websocket"