Fix go_sample.sh (#7903)

This commit is contained in:
Jeroen Demeyer
2023-04-11 21:40:00 +02:00
committed by GitHub
parent 52f2596e15
commit fa3fa91936
3 changed files with 15 additions and 13 deletions

View File

@@ -19,7 +19,7 @@
package main
import (
sample "MyGame/Sample"
sample "github.com/google/flatbuffers/samples/MyGame/Sample"
"fmt"
flatbuffers "github.com/google/flatbuffers/go"
"strconv"