mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
make lint-go-fix
This commit is contained in:
parent
92d011f1a5
commit
b4e6a7ea3f
1 changed files with 4 additions and 3 deletions
|
@ -141,9 +141,6 @@ package "code.gitea.io/gitea/models/user"
|
|||
func DeleteUserSetting
|
||||
func GetUserEmailsByNames
|
||||
|
||||
package "code.gitea.io/gitea/modules/activitypub"
|
||||
func (*Client).Post
|
||||
|
||||
package "code.gitea.io/gitea/modules/assetfs"
|
||||
func Bindata
|
||||
|
||||
|
@ -303,6 +300,10 @@ package "code.gitea.io/gitea/modules/util/filebuffer"
|
|||
func CreateFromReader
|
||||
|
||||
package "code.gitea.io/gitea/modules/validation"
|
||||
func IsValidForgejoActivityPubURL
|
||||
func IsValidFollowingRepoURL
|
||||
func IsValidFollowingRepoURLList
|
||||
func IsOfValidLength
|
||||
func ValidateSuffix
|
||||
|
||||
package "code.gitea.io/gitea/modules/web"
|
||||
|
|
Loading…
Reference in a new issue