We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38efacc commit 01fbaaeCopy full SHA for 01fbaae
README.md
@@ -52,7 +52,7 @@ $ goeval -i cpuid=github.com/klauspost/cpuid/[email protected] 'fmt.Println(cpuid.CPU.X6
52
53
<!--
54
```console
55
-$ goeval -i net/http -i _=github.com/mattn/go-sqlite3@latest -i github.com/dolmen-go/sqlar/[email protected] 'db,err:=sql.Open("sqlite3","file:"+os.Args[1]+"?mode=ro&immutable=1");if err!=nil{panic(err)};defer db.Close();http.Handle("/",http.FileServerFS(sqlarfs.New(db)));http.ListenAndServe("localhost:8084",nil)' "$(go env GOMODCACHE)"/github.com/dolmen-go/sqlar/sqlarfs@v0.2.1/sqlarfs/testdata/dir.sqlar
+$ goeval -i net/http -i _=github.com/mattn/go-sqlite3@latest -i github.com/dolmen-go/sqlar/[email protected] 'db,err:=sql.Open("sqlite3","file:"+os.Args[1]+"?mode=ro&immutable=1");if err!=nil{panic(err)};defer db.Close();http.Handle("/",http.FileServerFS(sqlarfs.New(db)));http.ListenAndServe("localhost:8084",nil)' "$(go env GOMODCACHE)"/github.com/dolmen-go/[email protected]/sqlarfs/testdata/dir.sqlar
56
```
57
-->
58
0 commit comments