diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-09-22 17:47:14 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-09-22 17:47:14 -0700 |
commit | 27c175f6c626175598ee0a3d5c7b750a84d583e2 (patch) | |
tree | 563cd0451d81464afb1269d7f703ddb8e4d9d9f0 /system/admin/config.go | |
parent | f31c13d76e5de8ab0420ecaf0f570e52f6218066 (diff) |
adding a generator for custom post content types, slug for url based on title, main file to manage commands
Diffstat (limited to 'system/admin/config.go')
-rw-r--r-- | system/admin/config.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/admin/config.go b/system/admin/config.go new file mode 100644 index 0000000..e067299 --- /dev/null +++ b/system/admin/config.go @@ -0,0 +1,5 @@ +package admin + +// Config represents the confirgurable options of the system +type Config struct { +} |