Categorygithub.com/lleiiell/goist
modulepackage
0.0.0-20241022115853-7d2a727350db
Repository: https://github.com/lleiiell/goist.git
Documentation: pkg.go.dev

# README

goist

Out-of-the-box functions for go

Key features

  • Goroutine concurrency
  • Reverse proxy
  • Round-robin scheduler
  • HTTP encapsulation
  • Error management
  • Reflect utils
  • Algorithm functions
  • Write Csv and Bin files
  • Extendable

Get started

Prerequisites

Go: any one of the three latest major releases.

Getting Goist

With Go module support, simply add the following import

import "github.com/lleiiell/goist"

to your code, and then go [build|run|test] will automatically fetch the necessary dependencies.

Otherwise, run the following Go command to install the goist package:

go get -u github.com/lleiiell/goist

Documentation

For more details, please refer to https://pkg.go.dev/github.com/lleiiell/goist documentation

License

Goist is licensed under the Apache License, Version 2.0. For detail see LICENSE.

Contributing

Please see CONTRIBUTING for details on submitting patches and the contribution workflow.

We appreciate your help!

# Functions

No description provided by the author
AwaitAllWRL AwaitAll with Rate Limit.
No description provided by the author
BubbleSort The time complexity of bubble sorting is O(n^2), which is less efficient */.
No description provided by the author
BuildQuery query parse.
ClimbStairs3 chatgpt generated code Method: ClimbStairs3 Language: Go Description: When climbing stairs, you can walk one, two or three steps at a time.
No description provided by the author
No description provided by the author
No description provided by the author
DayBeginAt unix timestamp of zero o'clock of the day.
DayEndedAt unix timestamp of 23:59:59 o'clock of the day.
Delete HTTP DELETE.
No description provided by the author
No description provided by the author
No description provided by the author
Get Http Get query array: convert map["name1"]["v1", "v2"] to name1[]=v1&name1[]=v2.
GinReverseProxy gin reverse proxy.
No description provided by the author
IdMask Generate irregular, reversible masks.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Post
Post HTTP POST.
Put HTTP PUT.
QuickSort The efficiency of the quicksort algorithm is related to the choice of pivot.
No description provided by the author
RandStr random string n custom length.
No description provided by the author
SliceIntDiff2Right returns the elements in `a` that aren't in `b`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Time2short short string format.
TimeDiffDays number of days between given time.
No description provided by the author
No description provided by the author
No description provided by the author
Token generate token.
No description provided by the author
Uuid22 uuid of length 22.
Uuid32 uuid without dash.
UuidSimple uuid without special characters.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author