Codebase list golang-procfs / e56f2e2
Don't build sysreadfile for app engine (#143) Google App Engine does not allow compiling with `import "syscall"`. See discussion in https://github.com/prometheus/client_golang/issues/549 Signed-off-by: Calle Pettersson <calle@cape.nu> Calle Pettersson authored 5 years ago Ben Kochie committed 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1010 // See the License for the specific language governing permissions and
1111 // limitations under the License.
1212
13 // +build !windows
13 // +build !windows !appengine
1414
1515 package util
1616