/arson

Arson is a package that simply commits arson on your string.

Primary LanguageGoMIT LicenseMIT

Arson

MIT License Go Report Card

Arson simply commits arson on your string.

Be careful, if you're too devious government officials may attempt to track you down.

Example

package main

import (
	"fmt"
	"time"

	"github.com/notwithering/arson"
)

func main() {
	str := "my life"
	go arson.Commit(&str)
	for {
		fmt.Println(str)
		time.Sleep(50 * time.Millisecond)
	}
}
my life
my l🔥fe
m🔥 l🔥fe
m🔥🔥l🔥fe
...