I suspect that the cause of all this pain may not necessarily be revision number but the fingerprint verification which essentially constructs a hash based on the file reader contents. Of course, in case of placeholder the contents would be empty. Hash construction is defined in go code, although we have means of providing custom hash calculation algorithm...
Consequently, I also wonder if we're seeing the same issue with go 1.8...
I suspect that the cause of all this pain may not necessarily be revision number but the fingerprint verification which essentially constructs a hash based on the file reader contents. Of course, in case of placeholder the contents would be empty. Hash construction is defined in go code, although we have means of providing custom hash calculation algorithm...
Consequently, I also wonder if we're seeing the same issue with go 1.8...