Initial commit

This commit is contained in:
bloeys
2022-01-13 23:54:52 +04:00
parent 60d9f1de8e
commit 8cac421ab0
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -12,4 +12,4 @@
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
vendor/

3
go.mod Executable file
View File

@ -0,0 +1,3 @@
module github.com/bloeys/physx-go
go 1.17