forgejo/modules/options
Jason Song 090e753923
Reduce duplicate and useless code in options (#23369)
Avoid maintaining two copies of code, some functions can be used with
both `bindata` and `no bindata`.

And removed `GetRepoInitFile`, it's useless now.
`Readme`/`Gitignore`/`License`/`Labels` will clean the name and use
custom files when available.
2023-03-08 17:31:27 +08:00
..
base.go Reduce duplicate and useless code in options (#23369) 2023-03-08 17:31:27 +08:00
dynamic.go Reduce duplicate and useless code in options (#23369) 2023-03-08 17:31:27 +08:00
options.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
options_bindata.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
static.go Reduce duplicate and useless code in options (#23369) 2023-03-08 17:31:27 +08:00