go_project_template

package module
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

README

go-project-template

codecov go report card test status Apache-2.0 license Go.Dev reference Go project version

Install

go get github.com/chyroc/go-project-template

Usage

package main

import (
	"fmt"

	"github.com/chyroc/go-project-template"
)

func main() {
	res := go_project_template.Incr(1)
	fmt.Println(res) // output: 2
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Incr

func Incr(i int) int

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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