diff --git a/README.md b/README.md index b57bce7..471a829 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gopher-luar [![GoDoc](https://godoc.org/github.com/layeh/gopher-luar?status.svg)](https://godoc.org/github.com/layeh/gopher-luar) +# gopher-luar [![GoDoc](https://godoc.org/layeh.com/gopher-luar?status.svg)](https://godoc.org/layeh.com/gopher-luar) custom type reflection for [gopher-lua](https://github.com/yuin/gopher-lua). diff --git a/array.go b/array.go index 27999f9..18eb09d 100644 --- a/array.go +++ b/array.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "reflect" diff --git a/cache.go b/cache.go index 93a41ad..a339451 100644 --- a/cache.go +++ b/cache.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "container/list" diff --git a/chan.go b/chan.go index 7fbfe60..5661957 100644 --- a/chan.go +++ b/chan.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "reflect" diff --git a/doc.go b/doc.go index cd360bc..ffd3178 100644 --- a/doc.go +++ b/doc.go @@ -256,4 +256,4 @@ // when functions like New are called, and potentially when luar-created values // are used. It is your responsibility to ensure that concurrent access of the // state's registry does not happen. -package luar +package luar // import "layeh.com/gopher-luar" diff --git a/example_test.go b/example_test.go index ec8fd0e..5bf3e2d 100644 --- a/example_test.go +++ b/example_test.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "fmt" diff --git a/func.go b/func.go index 014ac72..998e0cd 100644 --- a/func.go +++ b/func.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "reflect" diff --git a/luar.go b/luar.go index fe3cf75..99edbc3 100644 --- a/luar.go +++ b/luar.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "reflect" diff --git a/map.go b/map.go index c458bb3..2ee91b1 100644 --- a/map.go +++ b/map.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "reflect" diff --git a/metatable.go b/metatable.go index 8c61037..77471bb 100644 --- a/metatable.go +++ b/metatable.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "reflect" diff --git a/ptr.go b/ptr.go index 7a5db32..2fa7615 100644 --- a/ptr.go +++ b/ptr.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "reflect" diff --git a/slice.go b/slice.go index a1b7700..e5e0ad1 100644 --- a/slice.go +++ b/slice.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "reflect" diff --git a/struct.go b/struct.go index 331b205..bf62530 100644 --- a/struct.go +++ b/struct.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "reflect" diff --git a/type.go b/type.go index 9f02b7a..3fa336c 100644 --- a/type.go +++ b/type.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "reflect" diff --git a/util.go b/util.go index c0b84ff..a0a8635 100644 --- a/util.go +++ b/util.go @@ -1,4 +1,4 @@ -package luar +package luar // import "layeh.com/gopher-luar" import ( "fmt"