Skip to content

notwithering/arson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages