🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

gitlab.com/kirafan/resource-version-hash

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab.com/kirafan/resource-version-hash

Source
Go
Version
v0.0.0-20200310112204-417f4f19e9b6
Version published
Created
Source

Resource Version Hash

A tool to get current resource version hash of Kirara Fantasia asset server.

What is Resource Version Hash

Resource Version Hash is a strategy to prevent downloading assets when Kirara Fantasia server is in maintain. The hash code separates different versions of assets and only when the server is ready the hash will be published by Kirara Fantasia server. One who wants the latest assets and databases must use the latest Resource Version Hash.

Use as an executable

go get gitlab.com/kirafan/resource-version-hash/krrrvh
hash=$(krrrvh)

Use as a Go package

import rvh "gitlab.com/kirafan/resource-version-hash"


func main() {
	hash = rvh.Get()
}

FAQs

Package last updated on 10 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts