Skip to content

Commit

Permalink
Add _module parameter generated by please_go
Browse files Browse the repository at this point in the history
  • Loading branch information
izissise committed Oct 26, 2023
1 parent 0e86470 commit 0d81d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_defs/cgo.build_defs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ subinclude("///go//build_defs:go", "///cc//build_defs:c")

def cgo_library(name:str, srcs:list=[], resources:list=None, go_srcs:list=[], c_srcs:list=[], hdrs:list=[],
package:str=None, compiler_flags:list&cflags=[], linker_flags:list&ldflags=[], pkg_config:list=[],
subdir:str='', deps:list=[], visibility:list=None, test_only:bool&testonly=False, import_path:str=''):
subdir:str='', deps:list=[], visibility:list=None, test_only:bool&testonly=False, _module:str='', import_path:str=''):
"""Generates a Go library which can be reused by other rules.

Note that by its nature this is something of a hybrid of Go and C rules. It can depend
Expand Down

0 comments on commit 0d81d14

Please sign in to comment.