Some checks failed
Linting and tests / Linting (push) Failing after 6s
9 lines
133 B
Go
9 lines
133 B
Go
package mainwindow
|
|
|
|
import (
|
|
"bunker/client/internal/services/core/mainwindow/dto"
|
|
)
|
|
|
|
func (m *mainWindow) AddTab(tab *dto.Tab) {
|
|
}
|