Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More expansions in template repositories #10021

Merged
merged 8 commits into from
Jan 28, 2020
Prev Previous commit
Next Next commit
Move imports
Signed-off-by: jolheiser <[email protected]>
  • Loading branch information
jolheiser committed Jan 28, 2020
commit 2972a3417c544405ef762b246b944362c0161ef8
4 changes: 2 additions & 2 deletions modules/repository/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import (
"strings"
"time"

"github.com/huandu/xstrings"

"code.gitea.io/gitea/models"
"code.gitea.io/gitea/modules/git"
"code.gitea.io/gitea/modules/log"

"github.com/huandu/xstrings"
)

type transformer struct {
Expand Down