Explorar o código

added package logger

leonsal %!s(int64=8) %!d(string=hai) anos
pai
achega
585686afae
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      window/logger.go

+ 12 - 0
window/logger.go

@@ -0,0 +1,12 @@
+// Copyright 2016 The G3N Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package window
+
+import (
+	"github.com/g3n/engine/util/logger"
+)
+
+// Package logger
+var log = logger.New("WIN", logger.Default)