Skip to content

Instantly share code, notes, and snippets.

@taji-taji
Last active October 3, 2015 09:13
Show Gist options
  • Save taji-taji/a28a0a4befde9f29da8f to your computer and use it in GitHub Desktop.
Save taji-taji/a28a0a4befde9f29da8f to your computer and use it in GitHub Desktop.
【Go】import 書き方まとめ ref: http://qiita.com/taji-taji/items/5a4f17bcf5b819954cc1
import "./model"
import "shorturl/model"
import "fmt"
import "string"
import (
"fmt"
"string"
)
import (
. "fmt"
"string"
)
import (
f "fmt"
)
import (
"database/sql"
_ "github.com/ziutek/mymysql/godrv"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment