github.com/gogf/gf@v1.16.9/util/guid/guid.go (about) 1 // Copyright GoFrame Author(https://goframe.org). All Rights Reserved. 2 // 3 // This Source Code Form is subject to the terms of the MIT License. 4 // If a copy of the MIT was not distributed with this file, 5 // You can obtain one at https://github.com/gogf/gf. 6 7 // Package guid provides simple and high performance unique id generation functionality. 8 // 9 // Unique String ID: 10 // PLEASE VERY NOTE: 11 // This package only provides unique number generation for simple, convenient and most common 12 // usage purpose, but does not provide strict global unique number generation. Please refer 13 // to UUID algorithm for global unique number generation if necessary. 14 package guid