go_program_tuning

package module
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

README

go-program-tuning

Simple tuning work for go programs in high concurrency scenarios.

Installation

Run the following command under your project:

go get -u github.com/NICEXAI/go-program-tuning

Usage

Just import it directly, such as:

package main

import (
	_ "github.com/NICEXAI/go-program-tuning"
	"log"
)

func main() {
	log.Println("server is running")
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Tuning

func Tuning() error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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