mirror of
https://github.com/ii64/sonic.git
synced 2026-06-21 00:46:43 +08:00
* fix:move benchmarkTests and unitTests related to external json library * remove extra spaces * merge go.mod files * refactor: add external_jsonlib_test into go.work and CI Co-authored-by: Yi Duan <duanyi.aster@bytedance.com>
8 lines
69 B
Text
8 lines
69 B
Text
go 1.18
|
|
|
|
use (
|
|
.
|
|
./generic_test
|
|
./fuzz
|
|
./external_jsonlib_test
|
|
)
|