fix:_renamed import path to volker-raschek

This commit is contained in:
2020-01-19 13:30:47 +01:00
parent 671a3eb748
commit 8cc232adc1
40 changed files with 100 additions and 129 deletions

View File

@ -3,7 +3,7 @@ package rgbled
import (
"fmt"
"github.com/go-flucky/flucky/pkg/types"
"github.com/volker-raschek/flucky/pkg/types"
"github.com/stianeikeland/go-rpio"
)

View File

@ -3,9 +3,9 @@ package rgbled
import (
"sync"
"github.com/go-flucky/flucky/pkg/internal/collect"
"github.com/go-flucky/flucky/pkg/internal/prittyprint"
"github.com/go-flucky/flucky/pkg/types"
"github.com/volker-raschek/flucky/pkg/internal/collect"
"github.com/volker-raschek/flucky/pkg/internal/prittyprint"
"github.com/volker-raschek/flucky/pkg/types"
)
// Blue makes all RGB-LEDs which are passed as parameters light up blue.