Skip to content

Commit

Permalink
remove unused utils
Browse files Browse the repository at this point in the history
  • Loading branch information
anjankow committed Aug 9, 2023
1 parent 752fad2 commit 22f984e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 77 deletions.
1 change: 0 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"program": "${workspaceFolder}/cmd/server",
"env": {},
"args": [],
"preLaunchTask": "build"
}
]
}
8 changes: 0 additions & 8 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,5 @@
"isDefault": true
}
},
{
"label": "build",
"type": "shell",
"command": "make build",
"group": {
"kind": "build"
}
}
]
}
42 changes: 0 additions & 42 deletions pkg/util/sort.go

This file was deleted.

26 changes: 0 additions & 26 deletions pkg/util/sort_test.go

This file was deleted.

0 comments on commit 22f984e

Please sign in to comment.