Skip to content

Commit 4310db8

Browse files
committed
move profiler to internal/
1 parent e40e289 commit 4310db8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

pkg/github/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88
"strconv"
99
"strings"
1010

11+
"github.com/github/github-mcp-server/internal/profiler"
1112
buffer "github.com/github/github-mcp-server/pkg/buffer"
1213
ghErrors "github.com/github/github-mcp-server/pkg/errors"
13-
"github.com/github/github-mcp-server/pkg/profiler"
1414
"github.com/github/github-mcp-server/pkg/translations"
1515
"github.com/google/go-github/v74/github"
1616
"github.com/mark3labs/mcp-go/mcp"

0 commit comments

Comments
 (0)