mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 04:52:46 +00:00
Bake in git commit into dendritejs binary (#1048)
This commit is contained in:
parent
8b3100935c
commit
5faecdac82
2 changed files with 7 additions and 1 deletions
|
@ -46,8 +46,10 @@ import (
|
|||
_ "github.com/matrix-org/go-sqlite3-js"
|
||||
)
|
||||
|
||||
var GitCommit string
|
||||
|
||||
func init() {
|
||||
fmt.Println("dendrite.js starting...")
|
||||
fmt.Printf("[%s] dendrite.js starting...\n", GitCommit)
|
||||
}
|
||||
|
||||
const keyNameEd25519 = "_go_ed25519_key"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue