Skip to content

Commit

Permalink
Updated the Go tutorials.
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofra committed Sep 27, 2022
1 parent c8f2621 commit 52f0fd4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=

0 comments on commit 52f0fd4

Please sign in to comment.