Skip to content

Commit

Permalink
Updated link to project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Jan 16, 2019
1 parent 6d87aa6 commit c660ae2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
docker:
- image: golang
working_directory: /go/src/github.com/emvicom/null
working_directory: /go/src/github.com/emvi/null
steps:
- checkout
- run: go test -cover .
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# Nullable Go types

[![GoDoc](https://godoc.org/github.com/emvicom/null?status.svg)](https://godoc.org/github.com/emvicom/null)
[![CircleCI](https://circleci.com/gh/emvicom/null.svg?style=svg)](https://circleci.com/gh/emvicom/null)
[![Go Report Card](https://goreportcard.com/badge/github.com/emvicom/null)](https://goreportcard.com/report/github.com/emvicom/null)
[![GoDoc](https://godoc.org/github.com/emvi/null?status.svg)](https://godoc.org/github.com/emvi/null)
[![CircleCI](https://circleci.com/gh/emvi/null.svg?style=svg)](https://circleci.com/gh/emvi/null)
[![Go Report Card](https://goreportcard.com/badge/github.com/emvi/null)](https://goreportcard.com/report/github.com/emvi/null)

## Description

Expand All @@ -17,7 +17,7 @@ This package provides nullable Go types that replace sql.NullString, sql.NullInt
To install "null", run go get within your project:

```
go get github.com/emvicom/null
go get github.com/emvi/null
```

## Usage
Expand All @@ -32,7 +32,7 @@ import (
"database/sql"
"fmt"
"github.com/emvicom/null"
"github.com/emvi/null"
)
type NullableString struct {
Expand Down

0 comments on commit c660ae2

Please sign in to comment.