All checks were successful
Linting and tests / Linting (push) Successful in 5s
9 lines
131 B
Go
9 lines
131 B
Go
package mainwindow
|
|
|
|
import (
|
|
"bunker/client/internal/services/core/mainwindow/dto"
|
|
)
|
|
|
|
func (m *mainWindow) AddTab(_ *dto.Tab) {
|
|
}
|