package
module
Version:
v0.0.0-...-a2a517c
Opens a new window with list of versions in this module.
Published: Aug 3, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
seed
This repository contains seed files that almost every repository of Flamego middleware module should have.
Using the content
- Create an empty repository on GitHub.com.
- Download ZIP of this repository, unzip to a directory, then rename the directory to match the middleware name.
- Update the Go module name in the
go.mod file to match the middleware repository path, e.g.:
-module github.com/flamego/seed
+module github.com/flamego/bilibili
- Update the package name in the
main.go and rename the file to match the middleware name, e.g.:
-package seed
+package bilibili
- Update the
github.repository in the .github/workflows/lsif.yml to match the middleware repository, e.g.:
-github.repository == 'flamego/seed'
+github.repository == 'flamego/bilibili'
- Update the
import_root in the .deepsource.toml to match the middleware repository, e.g.:
-import_root = "github.com/flamego/seed"
+import_root = "github.com/flamego/bilibili"
- Update the
README.md to be about your middleware, a good example is flamego/template's README.
Getting help
License
This project is under the MIT License. See the LICENSE file for the full license text.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.