pkg/fileutil: add filelock support for solaris

This commit is contained in:
Alexander Kolbasov
2015-04-24 12:18:08 -07:00
committed by Yicheng Qin
parent 2b6a44b7b0
commit c8d386e18c
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