tmp: update gitignore
This commit is contained in:
parent
9975a56634
commit
62f92b713c
2 changed files with 12 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -19,7 +19,4 @@
|
|||
# vendor/
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# Go temporary test files
|
||||
plugins/tmptest/
|
||||
go.work
|
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