Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Simplify import statement in go.work file.
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Nov 6, 2023
1 parent 90095a5 commit 23e1455
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.work
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
go 1.21.3

use (
./back
)
use ./back

0 comments on commit 23e1455

Please sign in to comment.