# UUID package for Go language
[![Build Status](https://travis-ci.org/satori/go.uuid.png?branch=master)](https://travis-ci.org/satori/go.uuid)
[![Coverage Status](https://coveralls.io/repos/github/satori/go.uuid/badge.svg?branch=master)](https://coveralls.io/github/satori/go.uuid)
[![GoDoc](http://godoc.org/github.com/satori/go.uuid?status.png)](http://godoc.org/github.com/satori/go.uuid)
This package provides pure Go implementation of Universally Unique Identifier (UUID). Supported both creation and parsing of UUIDs.
With 100% test coverage and benchmarks out of box.
Supported versions:
* Version 1, based on timestamp and MAC address (RFC 4122)
* Version 2, based on timestamp, MAC address and POSIX UID/GID (DCE 1.1)
* Version 3, based on MD5 hashing (RFC 4122)
* Version 4, based on random numbers (RFC 4122)
* Version 5, based on SHA-1 hashing (RFC 4122)
## Installation
Use the `go` command:
$ go get github.com/satori/go.uuid
## Requirements
UUID package requires Go >= 1.2.
## Example
```go
package main
import (
"fmt"
"github.com/satori/go.uuid"
)
func main() {
// Creating UUID Version 4
u1 := uuid.NewV4()
fmt.Printf("UUIDv4: %s\n", u1)
// Parsing UUID from string input
u2, err := uuid.FromString("6ba7b810-9dad-11d1-80b4-00c04fd430c8")
if err != nil {
fmt.Printf("Something gone wrong: %s", err)
}
fmt.Printf("Successfully parsed: %s", u2)
}
```
## Documentation
[Documentation](http://godoc.org/github.com/satori/go.uuid) is hosted at GoDoc project.
## Links
* [RFC 4122](http://tools.ietf.org/html/rfc4122)
* [DCE 1.1: Authentication and Security Services](http://pubs.opengroup.org/onlinepubs/9696989899/chap5.htm#tagcjh_08_02_01_01)
## Copyright
Copyright (C) 2013-2018 by Maxim Bublis <b@codemonkey.ru>.
UUID package released under MIT License.
See [LICENSE](https://github.com/satori/go.uuid/blob/master/LICENSE) for details.
没有合适的资源?快使用搜索试试~ 我知道了~
基于区块链的消费系统(Hyperledger fabric)全部资料+详细文档.zip
共96个文件
go:40个
js:13个
css:12个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 93 浏览量
2024-11-25
21:21:02
上传
评论
收藏 583KB ZIP 举报
温馨提示
【资源说明】 基于区块链的消费系统(Hyperledger fabric)全部资料+详细文档.zip 【备注】 1、该项目是个人高分项目源码,已获导师指导认可通过,答辩评审分达到95分 2、该资源内项目代码都经过测试运行成功,功能ok的情况下才上传的,请放心下载使用! 3、本项目适合计算机相关专业(人工智能、通信工程、自动化、电子信息、物联网等)的在校学生、老师或者企业员工下载使用,也可作为毕业设计、课程设计、作业、项目初期立项演示等,当然也适合小白学习进阶。 4、如果基础还行,可以在此代码基础上进行修改,以实现其他功能,也可直接用于毕设、课设、作业等。 欢迎下载,沟通交流,互相学习,共同进步!
资源推荐
资源详情
资源评论
收起资源包目录
基于区块链的消费系统(Hyperledger fabric)全部资料+详细文档.zip (96个子文件)
CSDN
付费资源基于区块链2
项目授权码.txt 268B
软件
项目授权码.txt 268B
fabric-payment-master
application
lib
customer.go 1KB
device.go 2KB
type.go 2KB
account.go 3KB
go.mod 603B
go.sum 26KB
routers
api
v1
donating.go 6KB
hello.go 544B
device.go 3KB
realEstate.go 3KB
account.go 5KB
selling.go 8KB
router.go 4KB
docs
swagger.yaml 11KB
swagger.json 21KB
docs.go 23KB
dist
favicon.ico 7KB
index.html 5KB
static
js
app.6ce52f3d.js 45KB
chunk-4c8124f6.86d1714e.js 4KB
chunk-elementUI.6902775a.js 652KB
chunk-78c7c394.55cca982.js 2KB
chunk-573f6888.c8a4f8b3.js 5KB
chunk-fdfc453e.e8b41f40.js 10KB
chunk-58024816.d21bd3cc.js 2KB
chunk-dc88622e.eb9a3d85.js 5KB
chunk-8aa5f0a8.d64174f6.js 4KB
chunk-libs.cadfc94d.js 213KB
chunk-5c0e61bc.a2e37804.js 4KB
chunk-1352d423.d7d50eab.js 6KB
chunk-caa9efda.5335ff69.js 4KB
img
404.a57b6f31.png 96KB
404_cloud.0f4bc32b.png 5KB
css
chunk-78c7c394.7c9b4d1d.css 1KB
chunk-1352d423.6b0e4613.css 260B
chunk-4c8124f6.9b8ba4c7.css 261B
chunk-573f6888.b282e82c.css 259B
chunk-8aa5f0a8.d05c0fb0.css 262B
chunk-elementUI.ded27da0.css 228KB
chunk-libs.5cf311f0.css 3KB
chunk-caa9efda.da5ec16f.css 262B
chunk-dc88622e.ff539fd2.css 260B
chunk-fdfc453e.f17b8d04.css 267B
app.f42c865f.css 9KB
chunk-58024816.7071aa6f.css 5KB
fonts
element-icons.535877f5.woff 28KB
element-icons.732389de.ttf 55KB
service
cron.go 2KB
pkg
app
response.go 556B
setting
setting.go 1KB
blockchain
sdk.go 2KB
config.yaml 4KB
sdk_test.go 430B
conf
app.ini 93B
main.go 2KB
deploy
stop.sh 1KB
docker-compose.yaml 12KB
crypto-config.yaml 1KB
configtx.yaml 4KB
start.sh 4KB
docker-compose-base.yaml 3KB
.gitignore 269B
chaincode
lib
customer.go 1KB
record.go 3KB
device.go 2KB
type.go 4KB
account.go 3KB
go.mod 1KB
go.sum 30KB
chaincode_test.go 15KB
utils
util.go 4KB
routers
donating.go 11KB
accounts.go 14KB
device.go 6KB
realEstate.go 4KB
account.go 1KB
selling.go 16KB
on
README 170B
log.txt 0B
vendor
github.com
satori
go.uuid
.travis.yml 377B
uuid.go 4KB
codec_test.go 7KB
LICENSE 1KB
generator_test.go 4KB
sql_test.go 4KB
sql.go 2KB
uuid_test.go 3KB
generator.go 6KB
codec.go 6KB
README.md 2KB
vendor.json 282B
chaincode.go 3KB
README.md 16B
help 5B
共 96 条
- 1
资源评论
Yuki-^_^
- 粉丝: 3099
- 资源: 781
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功