mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-19 00:28:03 +02:00
move models folder into commands folder
This commit is contained in:
pkg
commands
commits.gofiles.gogit_test.goloading_branches.goloading_commit_files.goloading_commits.goloading_files.goloading_reflog_commits.goloading_remotes.goloading_stash.goloading_tags.go
models
branch.gocommit.gocommit_file.gofile.goremote.goremote_branch.gostash_entry.gosubmodule_config.gotag.go
patch_rebases.gopull_request.gopull_request_test.gorebasing.goremotes.gosubmodules.gogui
branches_panel.gocherry_picking.gocommit_files_panel.gocommits_panel.gocustom_commands.godiscard_changes_menu_panel.gofile_watching.gofiles_panel.gogui.go
presentation
branches.gocommit_files.gocommits.gofiles.goreflog_commits.goremote_branches.goremotes.gostash_entries.gotags.go
reflog_panel.goremote_branches_panel.goremotes_panel.gostash_panel.gosub_commits_panel.gotags_panel.go@ -5,8 +5,8 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/go-errors/errors"
|
||||
"github.com/jesseduffield/lazygit/pkg/commands/models"
|
||||
"github.com/jesseduffield/lazygit/pkg/config"
|
||||
"github.com/jesseduffield/lazygit/pkg/models"
|
||||
)
|
||||
|
||||
// Service is a service that repository is on (Github, Bitbucket, ...)
|
||||
|
Reference in New Issue
Block a user