Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 331 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 331 Bytes

China Mode

Installation:

go get github.com/rqzu/china-mode

What is it:

Just a package I made for fun. Changes the wallpaper, and starts playing a meme chinese song or whatever lol

Usage:

package main

import (
	china_mode "github.com/rqzu/china-mode"
)

func main() {
	china_mode.StartChinaMode()
}