Categorygithub.com/daqnext/meson-common
module
1.0.31
Repository: https://github.com/daqnext/meson-common.git
Documentation: pkg.go.dev

# README

coldcdn

code rules

  • import
import (
	"net/http"

	"github.com/gin-gonic/gin"

	"github.com/daqnext/coldcdn/common"
)
  • name
    • directory name: mydir or my-dir
    • file name: myfile.go or my_file_test.go
    • branch name: feat/new-feat-description or bugfix/description
  • code flow: new branch -> pull request -> code review -> squash & merge

# Packages

No description provided by the author