Skip to content

Commit

Permalink
v0.1.2: Update paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Oct 17, 2023
1 parent b366b48 commit 91e44b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package main

import (
// Import the webzen package
"github.com/dimkauzh/webzen/src/webzen"
"github.com/dimkauzh/webzen"

// Import the webzen draw package
"github.com/dimkauzh/webzen/src/webzen/draw"
"github.com/dimkauzh/webzen/src/draw"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion src/init.go → init.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//go:build js && wasm
// +build js,wasm

package src
package webzen

import (
"syscall/js"
Expand Down

0 comments on commit 91e44b0

Please sign in to comment.