gogs / go-gogs-client

Gogs API client in Go.
MIT License
233 stars 145 forks source link

Set description max size to 512 #123

Open Crayon2000 opened 3 years ago

Crayon2000 commented 3 years ago

Set description max size to 512 when creating a repository.

This is the same limit as the one in the form when creating a repo: https://github.com/gogs/gogs/blob/main/internal/form/repo.go#L30