Skip to content

Commit

Permalink
- changed package name
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketlaunchr-cto committed Oct 16, 2018
1 parent 5f4d436 commit de8f1a9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helpers.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package react

import (
"github.com/gopherjs/gopherjs/js"
Expand Down
2 changes: 1 addition & 1 deletion react.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package react

import (
"github.com/gopherjs/gopherjs/js"
Expand Down
2 changes: 1 addition & 1 deletion react_class.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package react

import (
"github.com/gopherjs/gopherjs/js"
Expand Down
2 changes: 1 addition & 1 deletion react_events.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package react

import (
"github.com/gopherjs/gopherjs/js"
Expand Down
2 changes: 1 addition & 1 deletion react_lifecycle.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package react

import (
"github.com/gopherjs/gopherjs/js"
Expand Down
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package react

import (
"reflect"
Expand Down
2 changes: 1 addition & 1 deletion utility.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package react

import (
"strings"
Expand Down

0 comments on commit de8f1a9

Please sign in to comment.