Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
chore: rename package to include major version
Browse files Browse the repository at this point in the history
  • Loading branch information
plaffitt committed Jun 11, 2021
1 parent 1ce472a commit 7c31773
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 55 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# dothill-api-go

[![Build status](https://gitlab.com/enix.io/dothill-api-go/badges/master/pipeline.svg)](https://gitlab.com/enix.io/dothill-api-go/-/pipelines)
[![Go Report Card](https://goreportcard.com/badge/github.com/enix/dothill-api-go)](https://goreportcard.com/report/github.com/enix/dothill-api-go)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/enix/dothill-api-go)](https://pkg.go.dev/github.com/enix/dothill-api-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/enix/dothill-api-go/v2)](https://goreportcard.com/report/github.com/enix/dothill-api-go)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/enix/dothill-api-go/v2)](https://pkg.go.dev/github.com/enix/dothill-api-go/v2)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)

A Go implementation of the [Dothill API](https://www.seagate.com/files/dothill-content/support/documentation/AssuredSAN_4004_Series_CLI_Reference_Guide_GL105.pdf).
Expand Down
2 changes: 1 addition & 1 deletion cmd/mock/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

package main

import "github.com/enix/dothill-api-go/internal/mock"
import "github.com/enix/dothill-api-go/v2/internal/mock"

func main() {
mock.StartServer()
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// Alexandre Buisine <[email protected]>
// Joe Skazinski <[email protected]>

module github.com/enix/dothill-api-go
module github.com/enix/dothill-api-go/v2

go 1.12

Expand Down
Loading

0 comments on commit 7c31773

Please sign in to comment.