File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package fileio
22
33import (
4- . "naren /kulay/logger"
4+ . "github.com/DudeWhoCode /kulay/logger"
55 "os"
66)
77
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package sqsapp
33import (
44 "github.com/aws/aws-sdk-go/service/sqs"
55 "github.com/aws/aws-sdk-go/aws"
6- . "naren /kulay/logger"
7- "naren /kulay/backend"
6+ . "github.com/DudeWhoCode /kulay/logger"
7+ "github.com/DudeWhoCode /kulay/backend"
88)
99
1010var svc * sqs.SQS
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ package cmd
22
33import (
44 "github.com/spf13/cobra"
5- "naren /kulay/config"
6- ksqs "naren /kulay/backend/sqs"
7- jsonl "naren /kulay/backend/fileio"
5+ "github.com/DudeWhoCode /kulay/config"
6+ ksqs "github.com/DudeWhoCode /kulay/backend/sqs"
7+ jsonl "github.com/DudeWhoCode /kulay/backend/fileio"
88 "os"
99 "strings"
10- . "naren /kulay/logger"
10+ . "github.com/DudeWhoCode /kulay/logger"
1111)
1212
1313var FromFlag string
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package config
22
33import (
44 "github.com/spf13/viper"
5- . "naren /kulay/logger"
5+ . "github.com/DudeWhoCode /kulay/logger"
66 "os"
77 "path"
88 "path/filepath"
Original file line number Diff line number Diff line change 11package main
22
33import (
4- "naren /kulay/cmd"
5- . "naren /kulay/logger"
4+ "github.com/DudeWhoCode /kulay/cmd"
5+ . "github.com/DudeWhoCode /kulay/logger"
66)
77
88func main () {
You can’t perform that action at this time.
0 commit comments