add providerless tags to new awsebs code

This commit is contained in:
Benjamin Elder 2019-11-19 08:56:08 -08:00
parent 820b7dfa1b
commit b100bf9654
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// +build !providerless
// +build linux
/*

View File

@ -1,3 +1,4 @@
// +build !providerless
// +build !linux,!windows
/*

View File

@ -1,3 +1,4 @@
// +build !providerless
// +build windows
/*