tmp: update gitignore
This commit is contained in:
parent
9975a56634
commit
62f92b713c
2 changed files with 12 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -20,6 +20,3 @@
|
||||||
|
|
||||||
# Go workspace file
|
# Go workspace file
|
||||||
go.work
|
go.work
|
||||||
|
|
||||||
# Go temporary test files
|
|
||||||
plugins/tmptest/
|
|
11
plugins/tmptest/info.go
Normal file
11
plugins/tmptest/info.go
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
func (p plug) Info() map[string]interface{} {
|
||||||
|
return map[string]interface{}{
|
||||||
|
"name": "tmptest",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"support": "any",
|
||||||
|
"description": "Temporary testing",
|
||||||
|
"developer": "asandikci@aliberksandikci.com.tr",
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue