mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Bump version to 5.11.0
This commit is contained in:
parent
a32510b8e6
commit
510e1bd0bd
370 changed files with 18825 additions and 5454 deletions
4
vendor/github.com/trivago/tgo/treflect/reflection.go
generated
vendored
4
vendor/github.com/trivago/tgo/treflect/reflection.go
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2015-2016 trivago GmbH
|
||||
// Copyright 2015-2018 trivago N.V.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
@ -85,8 +85,6 @@ func Int64(v interface{}) (int64, bool) {
|
|||
return int64(v.(float64)), true
|
||||
}
|
||||
|
||||
fmt.Printf("%t\n%#v\n%#v\n", v, v, reflect.TypeOf(v).Kind())
|
||||
|
||||
return 0, false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue