Skip to content

Instantly share code, notes, and snippets.

@yarrom
yarrom / main.go
Created May 17, 2019 05:51
Viber chat history to html converter
package main
import (
"bufio"
"bytes"
"errors"
"fmt"
"github.com/json-iterator/go"
"os"
"path/filepath"
@yarrom
yarrom / debitors.go
Created May 8, 2019 08:44
Go beats Rust in benchmark from here https://habr.com/ru/post/450512/
package main
import (
"bufio"
"fmt"
"github.com/json-iterator/go"
"os"
"reflect"
"strconv"
"time"