Skip to content

Commit

Permalink
refactor: move dap into "features" (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil authored Jul 11, 2024
1 parent 885baab commit a560e36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lua/neotest-golang/runspec_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
local convert = require("neotest-golang.convert")
local options = require("neotest-golang.options")
local cmd = require("neotest-golang.cmd")
local dap = require("neotest-golang.dap")
local dap = require("neotest-golang.features.dap")

local M = {}

Expand Down

0 comments on commit a560e36

Please sign in to comment.