Skip to content

Commit

Permalink
add go.work
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsannm committed Jan 3, 2024
1 parent 4fa31eb commit d0e5ffb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
go 1.19

use (
./contrib
./example/ex-01-rpc
./example/ex-02-rest
./example/ex-03-cluster
./example/ex-04-stubgen
./kit
./rony
./std/clusters/rediscluster
./std/gateways/fasthttp
./std/gateways/fastws
./std/gateways/silverhttp
)

0 comments on commit d0e5ffb

Please sign in to comment.