Skip to content

Golang包,用于获取Bedrock Server最新版本下载链接和版本号

License

Notifications You must be signed in to change notification settings

BlackBEDevelopment/Go-BDS-Download-Link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-BDS-Download-Link

Golang包,用于获取Bedrock Server最新版本下载链接和版本号

如何使用

安装

go get -u github.com/BlackBEDevelopment/Go-BDS-Download-Link

例子

package main

import (
	"fmt"

	"github.com/BlackBEDevelopment/Go-BDS-Download-Link"
)

func main() {
	DownloadLink, Version, err := BDSDownloadLink.GetWindows()
	if err != nil {
		fmt.Println(err)
		return
	}
	fmt.Println(DownloadLink, Version)
}

About

Golang包,用于获取Bedrock Server最新版本下载链接和版本号

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages