10 lines
191 B
Go
10 lines
191 B
Go
//go:build windows
|
|
|
|
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
|
|
// All rights reserved.
|
|
|
|
// lib-ext-windows.go
|
|
package expr
|
|
|
|
const SHAREDLIBRARY_EXTENSION = ".dll"
|