Categorygithub.com/chenjinya/godash
repositorypackage
1.0.3
Repository: https://github.com/chenjinya/godash.git
Documentation: pkg.go.dev

# README

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",
	})