Rename package to make it clear that this is Go

- I hate the convention of putting "go" on every library wrapper, but
   unfortunately the utility is undeniable.  I don't want people to find
   this repo when they are actually looking for the "real" onnxruntime
   repo.
This commit is contained in:
yalue
2023-02-08 09:47:18 -05:00
parent 0c57c937e4
commit 36dc614e49
6 changed files with 21 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
package onnxruntime
package onnxruntime_go
import (
"encoding/json"