add travis
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- "1.12"
|
||||||
|
- master
|
||||||
|
|
||||||
|
go_import_path: github.com/Tnze/go-mc
|
@ -1,4 +1,4 @@
|
|||||||
# GO-MC
|
# Go-MC
|
||||||

|

|
||||||

|

|
||||||
[](https://godoc.org/github.com/Tnze/go-mc)
|
[](https://godoc.org/github.com/Tnze/go-mc)
|
||||||
@ -19,7 +19,7 @@ Some examples are at `/cmd` folder.
|
|||||||
|
|
||||||
# Getting start
|
# Getting start
|
||||||
After you install golang tools:
|
After you install golang tools:
|
||||||
- run `go run cmd/ping/ping.go` to ping and list the Miaoscraft mc-server.
|
- Run `go run cmd/ping/ping.go` to ping and list the Miaoscraft mc-server.
|
||||||
- run `go run cmd/daze/daze.go` to join local server at *localhost:25565* as Steve on offline mode.
|
- Run `go run cmd/daze/daze.go` to join local server at *localhost:25565* as Steve on offline mode.
|
||||||
|
|
||||||
See `/bot` folder to get more infomation about how to create your own robot.
|
See `/bot` folder to get more infomation about how to create your own robot.
|
Reference in New Issue
Block a user