This commit is contained in:
Evgeniy Kulikov 2019-11-06 15:33:46 +03:00
commit b4ac08d341
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
9 changed files with 723 additions and 0 deletions

10
misc.go Normal file
View file

@ -0,0 +1,10 @@
package main
const DropInFilenameHeader = "drop-in-filename"
var (
Prefix = "neofs"
Build = "now"
Version = "dev"
Debug = "true"
)