From 3707db452a63cd821c48869e2eb4a3dd5b2d6e53 Mon Sep 17 00:00:00 2001 From: Quim Muntal Date: Thu, 21 Feb 2019 12:41:31 +0100 Subject: [PATCH] add doc.go --- doc.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..1eda2e9 --- /dev/null +++ b/doc.go @@ -0,0 +1,6 @@ +/* +Package gltf implements a glTF 2.0 file decoder, encoder and validator. + +The glTF 2.0 specification is at https://github.com/KhronosGroup/glTF/tree/master/specification/2.0/. +*/ +package gltf