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