diff --git a/README.md b/README.md index 31d57f8..982b085 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HARFANG® Tutorials -These **tutorials** demonstrate the usage of the HARFANG API in **Python** and **Lua**. +These **tutorials** demonstrate the usage of the HARFANG API in **Python**, **Go** and **Lua**. To run the tutorials: diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..fbe26e6 --- /dev/null +++ b/go.mod @@ -0,0 +1,7 @@ +module github.com/harfang3d/tutorials-hg2 + +go 1.18 + +//replace github.com/harfang3d/harfang-go/v3 => ../harfang-go + +require github.com/harfang3d/harfang-go/v3 v3.2.3 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..0df1f81 --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/harfang3d/harfang-go/v3 v3.2.3 h1:z8utFF8SmZFfu4fvHizB5j2LtWC8fhCgn0KDMrW8tg0= +github.com/harfang3d/harfang-go/v3 v3.2.3/go.mod h1:2oDj9XyT6i4vgRQ0FeKbk/N8iERcK1vcEfnqROOwCK0=