Skip to content

Commit

Permalink
Move source into resolution folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoryan committed Mar 10, 2021
1 parent 8260d61 commit ff93b00
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/unstoppabledomains/resolution-cli
module resolution

go 1.16

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion main.go → resolution/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ limitations under the License.
*/
package main

import "github.com/unstoppabledomains/resolution-cli/cmd"
import "resolution/resolution/cmd"

func main() {
cmd.Execute()
Expand Down

0 comments on commit ff93b00

Please sign in to comment.