Skip to content

Commit

Permalink
Create print.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Oct 5, 2023
1 parent 1a858d8 commit 71101a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/webzen/tools/print.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//go:build js && wasm
// +build js,wasm

package tools

import "github.com/dimkauzh/webzen/src/backend/console"

func Print(args ...interface{}) {
console.Log(args)
}

0 comments on commit 71101a4

Please sign in to comment.