Skip to content

Commit

Permalink
fix: create new user api
Browse files Browse the repository at this point in the history
  • Loading branch information
Nite5ky committed Dec 12, 2024
1 parent a80150a commit b7a8424
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 68 deletions.
2 changes: 1 addition & 1 deletion cmd/keeper/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// package main
package main

// import (
// "context"
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ require (
github.com/robfig/cron/v3 v3.0.1
github.com/rs/cors v1.11.1
github.com/shirou/gopsutil/v3 v3.24.5
github.com/shopspring/decimal v1.4.0
)

require (
Expand Down
Loading

0 comments on commit b7a8424

Please sign in to comment.