utils

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: MulanPSL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCurrentPath

func GetCurrentPath() (string, error)

获取当前可执行文件所在目录

func GetExt

func GetExt(name string) string

func HttpGet

func HttpGet(url string, params map[string]string, timeOut time.Duration) (string, error)

发起get请求

func HttpPost

func HttpPost(url string, params map[string]string, timeOut time.Duration) (string, error)

发起post请求

func Ternary added in v0.0.4

func Ternary(condition bool, trueVal, falseVal interface{}) interface{}

三目运算的函数

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL