Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 692 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 692 Bytes

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
...