Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 264 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 264 Bytes

godash

Golang 小工具合集

  • JSON
  • Variable Translation
  • Slice utils
  • HTTP utils
  • Mail
  • MD5

Usage

string

godash.Template

godash.Template("my name is {{.name}}", map[string]interface{}{
		"name": "John",
	})