mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-04 20:03:04 +02:00
update docs.
This commit is contained in:
parent
e25e9c2b24
commit
ac822a2531
4 changed files with 15 additions and 11 deletions
|
@ -1,12 +1,13 @@
|
|||
package config
|
||||
|
||||
import (
|
||||
"m1k1o/neko/internal/utils"
|
||||
"net/http"
|
||||
"path"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
|
||||
"m1k1o/neko/internal/utils"
|
||||
)
|
||||
|
||||
type Server struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue