Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Make public firetest package #94

Merged
merged 2 commits into from
Jun 16, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Follow import path change
  • Loading branch information
acomagu committed Jun 13, 2018
commit 6bd9f2b117336036f7f70eed767ae8504f275c27
2 changes: 1 addition & 1 deletion firetest/exmaple_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@ import (
"net/http"
"strings"

"github.com/zabawaba99/firego/internal/firetest"
"github.com/zabawaba99/firego/firetest"
)

func Example() {
Expand Down