Merge branch 'master' into v2-master-merge

This commit is contained in:
Ajitem Sahasrabuddhe
2019-09-16 12:16:28 +05:30
14 changed files with 73 additions and 54 deletions

View File

@@ -1,3 +1,5 @@
// Code generated by fg; DO NOT EDIT.
package altsrc
import (

View File

@@ -203,6 +203,5 @@ func jsonGetValue(key string, m map[string]interface{}) (interface{}, error) {
type jsonSource struct {
file string
deserialized map[string]interface {
}
deserialized map[string]interface{}
}

View File

@@ -1,8 +1,3 @@
// Disabling building of toml support in cases where golang is 1.0 or 1.1
// as the encoding library is not implemented or supported.
// +build go1.2
package altsrc
import (

View File

@@ -1,8 +1,3 @@
// Disabling building of toml support in cases where golang is 1.0 or 1.1
// as the encoding library is not implemented or supported.
// +build go1.2
package altsrc
import (

View File

@@ -1,8 +1,3 @@
// Disabling building of yaml support in cases where golang is 1.0 or 1.1
// as the encoding library is not implemented or supported.
// +build go1.2
package altsrc
import (

View File

@@ -1,8 +1,3 @@
// Disabling building of yaml support in cases where golang is 1.0 or 1.1
// as the encoding library is not implemented or supported.
// +build go1.2
package altsrc
import (