pkg/fileutil: add filelock support for solaris

This commit is contained in:
Alexander Kolbasov
2015-04-24 12:18:08 -07:00
parent 54c4d5005d
commit 39c7060d3b
2 changed files with 99 additions and 1 deletions

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !windows,!plan9
// +build !windows,!plan9,!solaris
package fileutil