Skip to content

Instantly share code, notes, and snippets.

View Tnze's full-sized avatar
👁️
Everything just works normally

Tnze Tnze

👁️
Everything just works normally
View GitHub Profile
@Tnze
Tnze / main.go
Last active September 8, 2019 02:49
颜色表取图片
package main
import (
"fmt"
"image"
"image/color"
"image/png"
"os"
)
@Tnze
Tnze / autofish.go
Last active January 25, 2019 12:32
Minecraft auto-fish robot. 我的世界自动钓鱼机器人
package main
import (
"flag"
"fmt"
bot "github.com/Tnze/gomcbot"
"github.com/Tnze/gomcbot/authenticate"
"log"
"time"
)