From 3b69b5ed0512d829fabf1d3392392daac697a880 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 18 Apr 2021 17:15:44 +0200 Subject: [PATCH] gpu/internal/opengl: fix package name Signed-off-by: Elias Naur --- gpu/internal/opengl/opengl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu/internal/opengl/opengl.go b/gpu/internal/opengl/opengl.go index d6b15886..13c6d0ee 100644 --- a/gpu/internal/opengl/opengl.go +++ b/gpu/internal/opengl/opengl.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: Unlicense OR MIT -package gl +package opengl import ( "errors"