Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsingson committed Jan 8, 2020
1 parent e451292 commit 901406a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gofine/environment.go → environment.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gofine
package cpuaffinity

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion gofine/environment_test.go → environment_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gofine
package cpuaffinity

import (
"testing"
Expand Down
4 changes: 2 additions & 2 deletions examples/busyworker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import (

"github.com/silentred/gid"

"github.com/tsingson/cpuaffinity/gofine"
"github.com/tsingson/cpuaffinity"
)

func main() {
var env gofine.Environment
var env cpuaffinity.Environment
err := env.InitDefault()
if err != nil {
panic(err)
Expand Down
2 changes: 1 addition & 1 deletion gofine/lgore.go → lgore.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gofine
package cpuaffinity

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion gofine/lgore_test.go → lgore_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gofine
package cpuaffinity

import (
"os"
Expand Down

0 comments on commit 901406a

Please sign in to comment.