go get github.com/rqzu/china-mode
Just a package I made for fun. Changes the wallpaper, and starts playing a meme chinese song or whatever lol
package main
import (
china_mode "github.com/rqzu/china-mode"
)
func main() {
china_mode.StartChinaMode()
}