mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Fix go_sample.sh (#7903)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user