mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
refactor: rename module config/types from "types" to "config"
This commit is contained in:
parent
111d767d46
commit
8ed63fe4b0
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
package types
|
||||
package config
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package types
|
||||
package config
|
||||
|
||||
type HomepageConfig struct {
|
||||
UseDefaultCategories bool `json:"use_default_categories"`
|
||||
|
|
Loading…
Add table
Reference in a new issue