Files
hotime/vendor/github.com/xdg-go/stringprep
hoteas 9a9b9c83ff refactor(logging): 迁移日志记录到 Zerolog 并优化错误处理
- 将日志记录库从 Logrus 替换为 Zerolog,提升性能和灵活性
- 更新各个模块的日志记录方式,确保一致性
- 优化错误处理逻辑,确保在发生错误时能够正确记录并传递错误信息
- 移除不再使用的错误处理字段,简化代码结构
- 更新相关文档以反映新的日志记录和错误处理机制
2026-04-13 00:38:50 +08:00
..
2022-10-19 21:32:34 +08:00
2022-10-19 21:32:34 +08:00
2022-10-19 21:32:34 +08:00
2022-10-19 21:32:34 +08:00
2022-10-19 21:32:34 +08:00
2022-10-19 21:32:34 +08:00
2022-10-19 21:32:34 +08:00
2022-10-19 21:32:34 +08:00

Go Reference Go Report Card Github Actions

stringprep – Go implementation of RFC-3454 stringprep and RFC-4013 SASLprep

Synopsis

    import "github.com/xdg-go/stringprep"

    prepped := stringprep.SASLprep.Prepare("TrustNô1")

Description

This library provides an implementation of the stringprep algorithm (RFC-3454) in Go, including all data tables.

A pre-built SASLprep (RFC-4013) profile is provided as well.

Copyright 2018 by David A. Golden. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0