go.mod set to use go 1.17, and use unsafe.Slice to optimize the code (#1920)

Co-authored-by: liyuzhi <liyuzhi@info.easeus.com.cn>
This commit is contained in:
franck-li
2025-02-25 15:31:15 +08:00
committed by GitHub
parent dc2f7e9f9b
commit 0dcaf3a061
32 changed files with 41 additions and 41 deletions

View File

@@ -1,3 +1,3 @@
module streaming-hlg-decoding
go 1.12
go 1.17