refactor(utils): flatten the dir of files

This commit is contained in:
Oleksandr Smirnov 2025-03-21 22:09:32 +02:00
parent 3b574efbf6
commit c0b47fd7a3
No known key found for this signature in database
3 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@
local log = require "gopher._utils.log"
local tags = require "gopher.struct_tags"
local tests = require "gopher.gotests"
local gocmd = require("gopher._utils.runner.gocmd").run
local gocmd = require("gopher._utils.gocmd").run
local gopher = {}
---@toc_entry Setup