Skip to content

localvar/go-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

子文件夹说明 (Brief introduction of the packages):

  • ageout: 定时删除历史文件,实现的不太好 (Remove history files periodically, not good enough yet)
  • ali/dayu: 对阿里大鱼短信服务的封装 (Encapsulation of Ali Dayu SMS service)
  • ali/sms: 对阿里云短信服务的封装 (Encapsulation of Aliyun SMS service)
  • ali/sts: 阿里云STS鉴权 (Encapsulation of Aliyun STS service)
  • config: 从ini文件读取配置信息 (Read configuration from .ini file)
  • conv: 数据类型转换,实现的不太好 (Data conversion, not good enough yet)
  • dynacrt: 动态创建指定类型的实例 (Create object instance from type name)
  • gpsconv: 用于将GPS坐标在WGS84、GCJ02和Baidu三个标准之间进行转换,并可计算两个坐标之间的距离 (Transform GPS coordinate between WGS84, GCJ02 and Baidu)
  • wechat: 封装了部分微信api (Encapsulation of some Wechat API)
  • layout: 支持layout的html模板 (html template render which support layout)
  • log: 简单的日志 (A simple logger)
  • rpc: 基于HTTP的简单RPC (A simple HTTP based RPC framework)

授权(License)

基于MIT授权发布

These packages are distributed under the terms of the MIT license.

About

several utility packages for Go lang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages