chore: Fix module path

This commit is contained in:
Tera << 8 2025-06-22 17:48:18 -04:00
parent 45473d7240
commit d63f1b19df
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
160 changed files with 192 additions and 253 deletions

View file

@ -2,8 +2,8 @@
*
* raylib [models] example - first person maze
*
* This example has been created using raylib-go v0.0.0-20220104071325-2f072dc2d259 (https://github.com/gen2brain/raylib-go)
* raylib-go is licensed under an unmodified zlib/libpng license (https://github.com/gen2brain/raylib-go/blob/master/LICENSE)
* This example has been created using raylib-go v0.0.0-20220104071325-2f072dc2d259 (https://git.terah.dev/UnrealXR/raylib-go)
* raylib-go is licensed under an unmodified zlib/libpng license (https://git.terah.dev/UnrealXR/raylib-go/blob/master/LICENSE)
*
* Original C version for Raylib 2.5 Copyright (c) 2019 Ramon Santamaria (@raysan5)
* Converted to Go by Michael Redman January 4, 2022
@ -13,7 +13,7 @@
package main
import (
rl "github.com/gen2brain/raylib-go/raylib"
rl "git.terah.dev/UnrealXR/raylib-go/raylib"
)
func main() {