Skip to content

Commit

Permalink
fix(testdata): fix miss import (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
pei0804 authored and easonlin404 committed Mar 20, 2018
1 parent 003fc1e commit d6ba460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/simple/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"github.com/gin-gonic/gin"
"github.com/swaggo/swag/example/simple/api"
"github.com/swaggo/swag/testdata/simple/api"
)

// @title Swagger Example API
Expand Down

0 comments on commit d6ba460

Please sign in to comment.