github.com/MerlinKodo/sing-tun@v0.1.15/internal/wintun/dll_windows_386.go (about)

     1  /* SPDX-License-Identifier: MIT
     2   *
     3   * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
     4   */
     5  
     6  package wintun
     7  
     8  import (
     9  	_ "embed"
    10  )
    11  
    12  //go:embed x86/wintun.dll
    13  var dllContent []byte